Index: build/build_config.h |
=================================================================== |
--- build/build_config.h (revision 29668) |
+++ build/build_config.h (working copy) |
@@ -96,6 +96,10 @@ |
defined(__WCHAR_MAX__) && \ |
(__WCHAR_MAX__ == 0x7fffffff || __WCHAR_MAX__ == 0xffffffff) |
#define WCHAR_T_IS_UTF32 |
+#elif defined(OS_POSIX) && defined(COMPILER_GCC) && \ |
+ defined(__WCHAR_MAX__) && \ |
+ (__WCHAR_MAX__ == 0x7fff || __WCHAR_MAX__ == 0xffff) |
+#define WCHAR_T_IS_UTF16 |
#else |
#error Please add support for your compiler in build/build_config.h |
#endif |