wine/dlls/msxml3/tests
Adam Martinson 1f93a47667 msxml3: Move domdoc properties into their own struct.
Unhooks domdoc properties from both the domdoc and xmlDoc.
After the domdoc <-> xmlDoc connection is no longer an open question,
the domdoc::properties pointer can be removed and rerouted through
xmlDoc::_private::properties as long as it's impossible to have a domdoc
with domdoc::node.node == NULL.  With all of the checks for this, the
current code suggests that it's perfectly possible.
2010-09-29 11:14:35 +02:00
..
domdoc.c msxml3: Move domdoc properties into their own struct. 2010-09-29 11:14:35 +02:00
Makefile.in makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
saxreader.c msxml3/tests: Fix some string leaks in tests. 2010-01-11 11:31:30 -06:00
schema.c
xmldoc.c msxml3/tests: Fix interface leak. 2010-01-21 09:05:47 +01:00
xmlelem.c msxml3: Don't crash on null pointer when doing ::Next() on a last child. 2010-06-21 12:25:44 +02:00