[KERNEL32] Sync format_msg.c with Wine Staging 1.7.55. CORE-10536
[reactos.git] / rostests / winetests / bcrypt / testlist.c
1 /* Automatically generated; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_bcrypt(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "bcrypt", func_bcrypt },
11 { 0, 0 }
12 };