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:
nisheeth%netscape.com
1999-04-24 08:39:06 +00:00
parent 6922c01ae7
commit 219ffa4c38
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \