mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE/ROSSYM]
Use _WIN32 instead of WIN32 svn path=/branches/cmake-bringup/; revision=50196
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user