reactos/rostests/winetests/bcrypt/testlist.c
Amine Khaldi 6a788d3104 [BCRYPT_WINETEST]
* Import from Wine 1.7.17.
CORE-8080

svn path=/trunk/; revision=62873
2014-04-22 11:36:32 +00:00

13 lines
210 B
C

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