mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
Synced usp10_winetest.exe with Wine HEAD
svn path=/trunk/; revision=34386
This commit is contained in:
parent
ba32da0049
commit
85ba30dcf2
3 changed files with 1451 additions and 1414 deletions
|
@ -1,14 +1,15 @@
|
|||
#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 }
|
||||
};
|
||||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#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 }
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,15 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<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>
|
||||
</group>
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="usp10_winetest" type="win32cui" installbase="bin" installname="usp10_winetest.exe" allowwarnings="true">
|
||||
<include base="usp10_winetest">.</include>
|
||||
<define name="WINVER">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x600</define>
|
||||
<file>usp10.c</file>
|
||||
<file>testlist.c</file>
|
||||
<library>wine</library>
|
||||
<library>usp10</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
</module>
|
||||
</group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue