Implement IStream interface for msxml3 domdoc

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sat Jan 12 16:15:18 CST 2008


     IStream *iface, void const *pv, ULONG cb, ULONG *pcbRead)
 {
+  TRACE("\n");
   domdoc *This = impl_from_IStream(iface);
-  return IStream_Write(This->stream,pv,cb,pcbRead);
+    if (!This->chunkParser){
+  TRACE("1");

Remove unneeded TRACE statements.

Best Regards
 Alistair Leslie-Hughes




More information about the wine-devel mailing list