mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[DPLAYX_WINETEST]
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60480
This commit is contained in:
parent
0bfb6c5c69
commit
66e5c9bbf7
4 changed files with 6610 additions and 0 deletions
|
@ -20,6 +20,7 @@ add_subdirectory(cryptnet)
|
|||
add_subdirectory(cryptui)
|
||||
add_subdirectory(dinput)
|
||||
add_subdirectory(dnsapi)
|
||||
add_subdirectory(dplayx)
|
||||
add_subdirectory(dsound)
|
||||
add_subdirectory(faultrep)
|
||||
add_subdirectory(fusion)
|
||||
|
|
5
rostests/winetests/dplayx/CMakeLists.txt
Normal file
5
rostests/winetests/dplayx/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
add_executable(dplayx_winetest dplayx.c testlist.c)
|
||||
set_module_type(dplayx_winetest win32cui)
|
||||
add_importlibs(dplayx_winetest dplayx ole32 msvcrt kernel32)
|
||||
add_cd_file(TARGET dplayx_winetest DESTINATION reactos/bin FOR all)
|
6592
rostests/winetests/dplayx/dplayx.c
Normal file
6592
rostests/winetests/dplayx/dplayx.c
Normal file
File diff suppressed because it is too large
Load diff
12
rostests/winetests/dplayx/testlist.c
Normal file
12
rostests/winetests/dplayx/testlist.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define STANDALONE
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_dplayx(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "dplayx", func_dplayx },
|
||||
{ 0, 0 }
|
||||
};
|
Loading…
Reference in a new issue