зеркало из https://github.com/mozilla/gecko-dev.git
Turning on unicode chars in expat.
This commit is contained in:
Родитель
51fc12f979
Коммит
63059d3d4e
|
@ -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
|
Загрузка…
Ссылка в новой задаче