[APPHELP][APPHELP_APITEST] Update db apitests to succeed from 2k3 to 10, paving the...
[reactos.git] / rostests / apitests / apphelp / testlist.c
1 /* Automatically generated file; DO NOT EDIT!! */
2
3 #define STANDALONE
4 #include <wine/test.h>
5
6 extern void func_apphelp(void);
7 extern void func_db(void);
8 extern void func_layerapi(void);
9
10 const struct test winetest_testlist[] =
11 {
12 { "apphelp", func_apphelp },
13 { "db", func_db },
14 { "layerapi", func_layerapi },
15 { 0, 0 }
16 };