From a95a1f47a45a5d8595c6681c28abd31ab0635479 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 19 Jun 2016 00:05:23 +0200 Subject: Remove CHARTYPE_16BITS unused checks fix #5263 --- core/ustring.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core/ustring.h') 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 { -- cgit v1.2.3