[USER32_DYNAMIC_APITEST]
[reactos.git] / rostests / apitests / user32_dynamic / testlist.c
1 #define STANDALONE
2 #include <apitest.h>
3
4 extern void func_load(void);
5
6 const struct test winetest_testlist[] =
7 {
8 { "load", func_load },
9 { 0, 0 }
10 };