reactos/modules/rostests/winetests/bcrypt/testlist.c

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 }
};