XML_UNICODE_WCHAR_T is not suitable for use where sizeof(wchar_t) != 2. That includes Linux at least, so let's just not do this on Unix at all for now. a=donm

This commit is contained in:
shaver%netscape.com 1999-04-22 20:51:47 +00:00
Родитель 7bcdb47f63
Коммит c7750ce0e4
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -53,5 +53,7 @@ particular environments. */
#endif /* MOZILLA */ #endif /* MOZILLA */
// Enable Unicode string processing in expat // Enable Unicode string processing in expat
#ifndef XP_UNIX
#define XML_UNICODE_WCHAR_T #define XML_UNICODE_WCHAR_T
#define XML_UNICODE #endif
#define XML_UNICODE

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

@ -53,5 +53,7 @@ particular environments. */
#endif /* MOZILLA */ #endif /* MOZILLA */
// Enable Unicode string processing in expat // Enable Unicode string processing in expat
#ifndef XP_UNIX
#define XML_UNICODE_WCHAR_T #define XML_UNICODE_WCHAR_T
#define XML_UNICODE #endif
#define XML_UNICODE