Browse Source

wchar_t should not be redefined on modern compilers

Zrax 14 years ago
parent
commit
53d629bf83
  1. 1
      MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h

1
MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/CoreLib/hsTypes.h

@ -69,7 +69,6 @@ typedef unsigned long long qword;
typedef size_t unsigned_ptr; typedef size_t unsigned_ptr;
typedef unsigned short wchar_t;
typedef wchar_t wchar; typedef wchar_t wchar;
#define kPosInfinity16 (32767) #define kPosInfinity16 (32767)

Loading…
Cancel
Save