reactos/rostests/winetests/localspl/testlist.c
Amine Khaldi 9190ce5a77 [LOCALSPL_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=59232
2013-06-16 14:36:02 +00:00

13 lines
221 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_localmon(void);
const struct test winetest_testlist[] =
{
{ "localmon", func_localmon },
{ 0, 0 }
};