[uxtheme]
[reactos.git] / rostests / apitests / msvcrt / testlist.c
1 #define WIN32_LEAN_AND_MEAN
2 #define __ROS_LONG64__
3 #include <windows.h>
4
5 #define STANDALONE
6 #include "wine/test.h"
7
8 extern void func_splitpath(void);
9
10 const struct test winetest_testlist[] =
11 {
12 { "splitpath", func_splitpath },
13
14 { 0, 0 }
15 };
16