mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[IMM32_WINETEST]
* Improve build. svn path=/trunk/; revision=61183
This commit is contained in:
parent
0f5c139042
commit
1569aba76f
2 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||||||
add_definitions(-D__ROS_LONG64__)
|
|
||||||
add_executable(imm32_winetest imm32.c testlist.c)
|
add_executable(imm32_winetest imm32.c testlist.c)
|
||||||
set_module_type(imm32_winetest win32cui)
|
set_module_type(imm32_winetest win32cui)
|
||||||
add_importlibs(imm32_winetest imm32 user32 msvcrt kernel32)
|
add_importlibs(imm32_winetest imm32 user32 msvcrt kernel32)
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
/* Automatically generated file; DO NOT EDIT!! */
|
/* Automatically generated file; DO NOT EDIT!! */
|
||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#include <windows.h>
|
|
||||||
|
|
||||||
#define STANDALONE
|
#define STANDALONE
|
||||||
#include "wine/test.h"
|
#include <wine/test.h>
|
||||||
|
|
||||||
extern void func_imm32(void);
|
extern void func_imm32(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue