Turning on unicode chars in expat.

This commit is contained in:
nisheeth%netscape.com 1999-04-22 05:27:16 +00:00
parent 51fc12f979
commit 63059d3d4e
2 changed files with 8 additions and 0 deletions

View File

@ -51,3 +51,7 @@ particular environments. */
#define int int32
#endif /* MOZILLA */
// Enable Unicode string processing in expat
#define XML_UNICODE_WCHAR_T
#define XML_UNICODE

View File

@ -51,3 +51,7 @@ particular environments. */
#define int int32
#endif /* MOZILLA */
// Enable Unicode string processing in expat
#define XML_UNICODE_WCHAR_T
#define XML_UNICODE