reactos/rostests/winetests/usp10/testlist.c
James Tabor a509bf406e [Usp10] - Sync to Wine 1.7.14.
svn path=/trunk/; revision=62536
2014-03-20 02:10:07 +00:00

16 lines
272 B
C

/* Automatically generated by make depend; 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 }
};