On 10/22/2010 01:27, Adam Martinson wrote:
dlls/msxml3/domdoc.c | 127 ++++++++++++++++++++++++++++++++------------ dlls/msxml3/tests/domdoc.c | 4 +- 2 files changed, 94 insertions(+), 37 deletions(-)
TRACE("doc not well-formed, returning error 0xC00CE223\n"); if (err)
*err = create_parseError(0, NULL, NULL, NULL, 0, 0, 0);
*err = create_parseError(0xC00CE223, NULL, NULL, NULL, 0, 0, 0);
You should add corresponding error code defines for that. This one is E_XML_NOTWF.