reactos/rostests/apitests/dciman32/testlist.c
Amine Khaldi c71475e3bb * Addendum to r58214.
svn path=/trunk/; revision=58290
2013-02-05 17:54:22 +00:00

15 lines
220 B
C

#define __ROS_LONG64__
#define STANDALONE
#include <wine/test.h>
extern void func_DCICreatePrimary(void);
const struct test winetest_testlist[] =
{
{ "DCICreatePrimary", func_DCICreatePrimary },
{ 0, 0 }
};