diff options
Diffstat (limited to 'core/ustring.h')
-rw-r--r-- | core/ustring.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/ustring.h b/core/ustring.h index 95096e8f76..8aceb0748c 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -46,11 +46,9 @@ public: operator const char*() {return get_data();}; }; -#ifndef CHARTYPE_16BITS + typedef wchar_t CharType; -#else -typedef wchar_t uint16_t; -#endif + struct StrRange { |