mirror of
https://github.com/reactos/reactos.git
synced 2025-01-25 21:13:29 +08:00
[RASAPI32_WINETEST]
* Improve header inclusions. * Speedup build. * Remove redundant definitions. svn path=/trunk/; revision=63073
This commit is contained in:
parent
bd8d28d322
commit
40ecb173db
@ -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)
|
||||
|
@ -1,10 +1,7 @@
|
||||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_rasapi(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user