2 include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/wine)
4 remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
6 add_definitions(-D__WINESRC__)
31 add_executable(ntdll_winetest ${SOURCE})
32 set_module_type(ntdll_winetest win32cui)
33 add_importlibs(ntdll_winetest user32 msvcrt kernel32 ntdll)
34 add_cd_file(TARGET ntdll_winetest DESTINATION reactos/bin FOR all)
37 add_target_compile_flags(ntdll_winetest "-Wno-format")