mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[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:
parent
07a2c13e73
commit
16295390df
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue