Turning on unicode chars in expat.

This commit is contained in:
nisheeth%netscape.com 1999-04-22 05:27:16 +00:00
Родитель 51fc12f979
Коммит 63059d3d4e
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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