reactos/rostests/winetests/cryptnet/testlist.c
Amine Khaldi 71e8bf218c [CRYPTNET_WINETEST]
* Sync with Wine 1.5.26.

svn path=/trunk/; revision=58720
2013-04-08 16:22:36 +00:00

13 lines
221 B
C

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