reactos/rostests/winetests/usp10/testlist.c
Pierre Schweitzer 85ba30dcf2 Synced usp10_winetest.exe with Wine HEAD
svn path=/trunk/; revision=34386
2008-07-09 09:23:34 +00:00

16 lines
262 B
C

/* 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 }
};