reactos/rostests/winetests/msvcrtd/testlist.c
Amine Khaldi aaed681d85 [MSVCRTD_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60547
2013-10-05 20:50:11 +00:00

13 lines
212 B
C

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