Re: [6/6] msxml3: Tests for put_data
"Alistair Leslie-Hughes" <leslie_alistair(a)hotmail.com> wrote in message news:fpu31c$upv$4(a)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(a)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... -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Alistair Leslie-Hughes