http://bugs.winehq.org/show_bug.cgi?id=20311
--- Comment #16 from Wylda wylda@volny.cz 2010-06-19 13:14:18 ---
Nikolay, unfortunately wine won't compile with your patch. This is the err:
gcc -c -I. -I. -I../../include -I../../include -I/usr/include/libxml2 -I/usr/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -g -O0 -o domdoc.o domdoc.c
domdoc.c:1761:93: error: macro "ISequentialStream_Write" requires 4 arguments, but only 3 given
domdoc.c: In function ‘domdoc_save’:
domdoc.c:1761: error: ‘ISequentialStream_Write’ undeclared (first use in this function)
domdoc.c:1761: error: (Each undeclared identifier is reported only once
domdoc.c:1761: error: for each function it appears in.) make[1]: *** [domdoc.o] Error 1 make[1]: Leaving directory `/home/pavel/install/wine/wine-git_build/dlls/msxml3' make: *** [dlls/msxml3] Error 2