diff --git a/include/Common/EABase/eabase.h b/include/Common/EABase/eabase.h index c3ac598..d2c3244 100644 --- a/include/Common/EABase/eabase.h +++ b/include/Common/EABase/eabase.h @@ -727,11 +727,7 @@ #ifndef CHAR8_T_DEFINED // If the user hasn't already defined these... #define CHAR8_T_DEFINED - #if defined(EA_PLATFORM_APPLE) - #define char8_t char // The Apple debugger is too stupid to realize char8_t is typedef'd to char, so we #define it. - #else typedef char char8_t; - #endif #if EA_CHAR16_NATIVE // In C++, char16_t and char32_t are already defined by the compiler.