[WS2_32_APITEST]
[reactos.git] / rostests / apitests / browseui / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_SHExplorerParseCmdLine(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "SHExplorerParseCmdLine", func_SHExplorerParseCmdLine },
11
12 { 0, 0 }
13 };
14