[CMAKE/ROSSYM]

Use _WIN32 instead of WIN32

svn path=/branches/cmake-bringup/; revision=50196
This commit is contained in:
Timo Kreuzer
2010-12-28 17:12:58 +00:00
parent 4bebddb463
commit 158319da85
+1 -1
View File
@@ -15,7 +15,7 @@ typedef int s32int;
typedef unsigned long long u64int;
typedef long long s64int;
#ifndef WIN32
#ifndef _WIN32
typedef ulong size_t;
#endif