reactos/rostests/winetests/mlang/testlist.c
Amine Khaldi 07fda74e85 [MLANG_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60275
2013-09-21 13:09:05 +00:00

13 lines
212 B
C

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