Re: [4/4] msxml3: Fix node_get_text() whitespace handling (resend)
3 Nov
2010
3 Nov
'10
12:03 p.m.
Adam Martinson <amartinson(a)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(a)winehq.org
5522
Age (days ago)
5522
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard