"Alistair Leslie-Hughes" leslie_alistair@hotmail.com wrote in message news:fpu31c$upv$4@ger.gmane.org...
+#if 0 +/* For some Reason, IXMLDOMComment_put_data cannot be found even though it can
- be exists in msxml2.h.
- */
/* put data Tests */
hr = IXMLDOMComment_put_data(pComment, _bstr_("This &is a
; test <>\"));
ok(hr == S_OK, "ret %08x\n", hr );
+#endif
Hi, Im a little confused, IXMLDOMComment_put_data wasnt compiling on my machine, and yet Alexandre changed to include this code and now it compiles correctly? I event tried a
make clean; ./configure; make depend;make
which didnt work either.
Can anybody explain what was fixed?
Best Regards Alistair Leslie-Hughes
"Alistair Leslie-Hughes" leslie_alistair@hotmail.com writes:
Hi, Im a little confused, IXMLDOMComment_put_data wasnt compiling on my machine, and yet Alexandre changed to include this code and now it compiles correctly? I event tried a
make clean; ./configure; make depend;make
which didnt work either.
Can anybody explain what was fixed?
http://source.winehq.org/git/wine.git/?a=commit;h=72cbaa8fbfaeff2b6e907222c1...