mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
33c6673cfb
svn path=/trunk/; revision=26014
14 lines
No EOL
224 B
C
14 lines
No EOL
224 B
C
#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 }
|
|
}; |