reactos/rostests/winetests/credui/testlist.c
Amine Khaldi 3121d3bcd9 [CREDUI_WINETEST]
* Sync with Wine 1.7.1.

svn path=/trunk/; revision=60121
2013-09-14 21:49:34 +00:00

13 lines
215 B
C

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