From 53d629bf83dd9a63bb4a4afe939facdeca01fee1 Mon Sep 17 00:00:00 2001 From: Zrax Date: Wed, 6 Apr 2011 19:41:58 -0700 Subject: [PATCH] wchar_t should not be redefined on modern compilers --- .../Plasma20/Sources/Plasma/CoreLib/hsTypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h index 2a1248a3..26ceeaed 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h @@ -69,7 +69,6 @@ typedef unsigned long long qword; typedef size_t unsigned_ptr; -typedef unsigned short wchar_t; typedef wchar_t wchar; #define kPosInfinity16 (32767)