1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

wchar_t should not be redefined on modern compilers

This commit is contained in:
2011-04-06 19:41:58 -07:00
parent 4218993bf5
commit 53d629bf83

View File

@ -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)