[MSVCRT_WINETEST]

define __msvcrt_ulong to ULONG in the CMakeLists.txt file, instead of relying on hacks in our CRT headers.

svn path=/trunk/; revision=58330
This commit is contained in:
Timo Kreuzer 2013-02-17 14:26:33 +00:00
parent 07a2c13e73
commit 16295390df

View file

@ -1,7 +1,8 @@
add_definitions(
-D__ROS_LONG64__
-D_CRT_NONSTDC_NO_DEPRECATE)
-D_CRT_NONSTDC_NO_DEPRECATE
-D__msvcrt_ulong=ULONG)
list(APPEND SOURCE
cpp.c