[NTDSAPI_WINETEST]

* Improve header inclusions.
* Speedup build.
* Remove redundant definitions.

svn path=/trunk/; revision=63067
This commit is contained in:
Amine Khaldi 2014-04-30 12:42:30 +00:00
parent 2417a6593c
commit ae78c69135
2 changed files with 1 additions and 9 deletions

View file

@ -1,10 +1,5 @@
add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
add_executable(ntdsapi_winetest ntdsapi.c testlist.c)
target_link_libraries(ntdsapi_winetest wine)
set_module_type(ntdsapi_winetest win32cui)
add_importlibs(ntdsapi_winetest ntdsapi msvcrt kernel32 ntdll)
add_importlibs(ntdsapi_winetest ntdsapi msvcrt kernel32)
add_cd_file(TARGET ntdsapi_winetest DESTINATION reactos/bin FOR all)

View file

@ -1,8 +1,5 @@
/* Automatically generated file; DO NOT EDIT!! */
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define STANDALONE
#include "wine/test.h"