[ODBCCP32_WINETEST]

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

svn path=/trunk/; revision=63070
This commit is contained in:
Amine Khaldi 2014-04-30 12:47:25 +00:00
parent 78bb2d304d
commit 8df2aa0ed1
2 changed files with 2 additions and 10 deletions

View file

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

View file

@ -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_misc(void);