mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[ROSTESTS]
- rostests side of r53559 - remove some definitions instead of just staring at the compiler emitting warnings svn path=/trunk/; revision=53560
This commit is contained in:
parent
3f94b0599a
commit
e58c2e969c
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
set_unicode()
|
|
||||||
set_cpp()
|
set_cpp()
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
|
@ -21,7 +20,7 @@ list(APPEND SOURCE
|
||||||
|
|
||||||
add_executable(rosautotest ${SOURCE})
|
add_executable(rosautotest ${SOURCE})
|
||||||
|
|
||||||
set_module_type(rosautotest win32cui)
|
set_module_type(rosautotest win32cui UNICODE)
|
||||||
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
|
add_importlibs(rosautotest advapi32 shell32 user32 wininet msvcrt kernel32 ntdll)
|
||||||
add_pch(rosautotest precomp.h)
|
add_pch(rosautotest precomp.h)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
remove_definitions(-D_WIN32_WINNT=0x502)
|
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
|
||||||
add_definitions(-D_WIN32_WINNT=0x501)
|
|
||||||
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-D__ROS_LONG64__
|
-D__ROS_LONG64__
|
||||||
|
|
|
@ -3,6 +3,8 @@ add_definitions(
|
||||||
-D__ROS_LONG64__
|
-D__ROS_LONG64__
|
||||||
-D_DLL -D__USE_CRTIMP)
|
-D_DLL -D__USE_CRTIMP)
|
||||||
|
|
||||||
|
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
assoc.c
|
assoc.c
|
||||||
clist.c
|
clist.c
|
||||||
|
|
Loading…
Reference in a new issue