mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[WINETESTS]
Make sure include/reactos/wine is included BEFORE PSDK headers. svn path=/trunk/; revision=66715
This commit is contained in:
parent
019895b42e
commit
37e0c5bcb5
5 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
list(APPEND SOURCE
|
||||
cred.c
|
||||
crypt.c
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
|
||||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
list(APPEND SOURCE
|
||||
avisplitter.c
|
||||
dsoundrender.c
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||
|
||||
add_executable(ws2_32_winetest protocol.c sock.c testlist.c)
|
||||
set_module_type(ws2_32_winetest win32cui)
|
||||
add_importlibs(ws2_32_winetest ws2_32 user32 msvcrt kernel32)
|
||||
|
|
Loading…
Reference in a new issue