On 11/02/2010 07:15 AM, Alexandre Julliard wrote:
Adam Martinsonamartinson@codeweavers.com writes:
dlls/msxml3/domdoc.c | 127 ++++++++++++++++++++++++++++++++------------ dlls/msxml3/tests/domdoc.c | 2 +- 2 files changed, 93 insertions(+), 36 deletions(-)
This one breaks on libxml 2.6.16 too:
gcc -m32 -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 -Wwrite-strings -Wpointer-arith -g -O2 -o domdoc.o domdoc.c domdoc.c: In function 'domdoc_validateNode': domdoc.c:2496: error: 'struct _xmlDoc' has no member named 'properties' domdoc.c:2496: error: 'XML_DOC_WELLFORMED' undeclared (first use in this function) domdoc.c:2496: error: (Each undeclared identifier is reported only once domdoc.c:2496: error: for each function it appears in.) make: *** [domdoc.o] Error 1
Looks like that stuff was added in 2.7.0 >.>