[4/4] msxml3: Fix node_get_text() whitespace handling (resend)

Alexandre Julliard julliard at winehq.org
Wed Nov 3 07:03:29 CDT 2010


Adam Martinson <amartinson at codeweavers.com> writes:

> @@ -68,6 +68,8 @@ static const WCHAR szBinHex[]     = {'b','i','n','.','h','e','x',0};
>  
>  static const IID IID_xmlnode = {0x4f2f4ba2,0xb822,0x11df,{0x8b,0x8a,0x68,0x50,0xdf,0xd7,0x20,0x85}};
>  
> +BOOL is_preserving_whitespace(xmlNodePtr node);

Please put function prototypes in msxml_private.h.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list