diff --git a/rostests/winetests/rasapi32/CMakeLists.txt b/rostests/winetests/rasapi32/CMakeLists.txt index 658cface760..bc86eefb57e 100644 --- a/rostests/winetests/rasapi32/CMakeLists.txt +++ b/rostests/winetests/rasapi32/CMakeLists.txt @@ -1,10 +1,5 @@ -add_definitions( - -D__ROS_LONG64__ - -D_DLL -D__USE_CRTIMP) - add_executable(rasapi32_winetest rasapi.c testlist.c) -target_link_libraries(rasapi32_winetest wine) set_module_type(rasapi32_winetest win32cui) -add_importlibs(rasapi32_winetest msvcrt kernel32 ntdll) +add_importlibs(rasapi32_winetest msvcrt kernel32) add_cd_file(TARGET rasapi32_winetest DESTINATION reactos/bin FOR all) diff --git a/rostests/winetests/rasapi32/testlist.c b/rostests/winetests/rasapi32/testlist.c index a608f4e2785..cf32a0f4d73 100644 --- a/rostests/winetests/rasapi32/testlist.c +++ b/rostests/winetests/rasapi32/testlist.c @@ -1,10 +1,7 @@ /* Automatically generated file; DO NOT EDIT!! */ -#define WIN32_LEAN_AND_MEAN -#include - #define STANDALONE -#include "wine/test.h" +#include extern void func_rasapi(void);