зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7bcdb47f63
Коммит
c7750ce0e4
|
@ -53,5 +53,7 @@ particular environments. */
|
|||
#endif /* MOZILLA */
|
||||
|
||||
// Enable Unicode string processing in expat
|
||||
#ifndef XP_UNIX
|
||||
#define XML_UNICODE_WCHAR_T
|
||||
#define XML_UNICODE
|
||||
#endif
|
||||
#define XML_UNICODE
|
||||
|
|
|
@ -53,5 +53,7 @@ particular environments. */
|
|||
#endif /* MOZILLA */
|
||||
|
||||
// Enable Unicode string processing in expat
|
||||
#ifndef XP_UNIX
|
||||
#define XML_UNICODE_WCHAR_T
|
||||
#define XML_UNICODE
|
||||
#endif
|
||||
#define XML_UNICODE
|
||||
|
|
Загрузка…
Ссылка в новой задаче