reactos/rostests/winetests/cryptui/testlist.c
Amine Khaldi f7bf1643bf [CRYPTUI_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58722
2013-04-08 16:31:12 +00:00

13 lines
218 B
C

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