[1/3] msxml3: Add xmlparser interfaces

Francois Gouget fgouget at free.fr
Sat Sep 10 11:31:40 CDT 2011


On Wed, 7 Sep 2011, Alistair Leslie-Hughes wrote:
> 
> Changelog:
>     msxml3: Add xmlparser interfaces

This patch defines an XML_ERROR_CODE enumeration type in xmlparser.idl 
which is a bit strange because I cannot find this type in the Windows 
SDK. But in the Windows 7 SDK there is an XmlError enumeration type in 
xmllite.h that looks similar but subtly different.

These two enumaration types share some error codes, in particular 
XML_E_INVALID_HEXIDECIMAL (Microsoft can't spell apparently) but with 
different values. In this case 0xc00ce51e in Wine vs. 0xc00ce01e in the 
Windows 7 SDK.

So what's going on?

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
            Before you criticize someone, walk a mile in his shoes.
       That way, if he gets angry, he'll be a mile away - and barefoot.



More information about the wine-devel mailing list