Author: tkreuzer Date: Sun Feb 17 14:26:33 2013 New Revision: 58330
URL: http://svn.reactos.org/svn/reactos?rev=58330&view=rev Log: [MSVCRT_WINETEST] define __msvcrt_ulong to ULONG in the CMakeLists.txt file, instead of relying on hacks in our CRT headers.
Modified: trunk/rostests/winetests/msvcrt/CMakeLists.txt
Modified: trunk/rostests/winetests/msvcrt/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/msvcrt/CMakeList... ============================================================================== --- trunk/rostests/winetests/msvcrt/CMakeLists.txt [iso-8859-1] (original) +++ trunk/rostests/winetests/msvcrt/CMakeLists.txt [iso-8859-1] Sun Feb 17 14:26:33 2013 @@ -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