Don't use XML_UNICODE_WCHAR_T (defines characters with the wchar_t data type whose size varies by platform) for strings in expat. Use XML_UNICODE (defines characters with the unsigned short data type whose size is the same across all platforms) instead.
git-svn-id: svn://10.0.0.236/trunk@29046 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "prtypes.h"
|
||||
|
||||
// Enable unicode characters in expat.
|
||||
#define XML_UNICODE_WCHAR_T
|
||||
#define UNICODE
|
||||
#include "xmlparse.h"
|
||||
|
||||
#define NS_EXPATTOKENIZER_IID \
|
||||
|
||||
Reference in New Issue
Block a user