mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[CREDUI_WINETEST]
* Sync with Wine 1.7.1. svn path=/trunk/; revision=60121
This commit is contained in:
parent
86442ad8b9
commit
3121d3bcd9
2 changed files with 3 additions and 10 deletions
|
@ -1,10 +1,6 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
add_executable(credui_winetest credui.c testlist.c)
|
||||
target_link_libraries(credui_winetest wine)
|
||||
set_module_type(credui_winetest win32cui)
|
||||
add_importlibs(credui_winetest credui msvcrt kernel32 ntdll)
|
||||
add_importlibs(credui_winetest credui msvcrt kernel32)
|
||||
add_cd_file(TARGET credui_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_credui(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue