mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
move from branch
svn path=/trunk/; revision=25781
This commit is contained in:
commit
3fa9b4f5fb
3 changed files with 1277 additions and 0 deletions
14
reactos/regtests/winetests/usp10/testlist.c
Normal file
14
reactos/regtests/winetests/usp10/testlist.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
|
||||
extern void func_usp10(void);
|
||||
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "usp10", func_usp10 },
|
||||
{ 0, 0 }
|
||||
};
|
1252
reactos/regtests/winetests/usp10/usp10.c
Normal file
1252
reactos/regtests/winetests/usp10/usp10.c
Normal file
File diff suppressed because it is too large
Load diff
11
reactos/regtests/winetests/usp10/usp10.rbuild
Normal file
11
reactos/regtests/winetests/usp10/usp10.rbuild
Normal file
|
@ -0,0 +1,11 @@
|
|||
<module name="usp10_winetest" type="win32cui" installbase="bin" installname="usp10_winetest.exe" allowwarnings="true">
|
||||
<include base="usp10_winetest">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<library>ntdll</library>
|
||||
<library>gdi32</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>usp10</library>
|
||||
<file>usp10.c</file>
|
||||
<file>testlist.c</file>
|
||||
</module>
|
Loading…
Reference in a new issue