[USER32_APITEST] -Move the helper functions in the common include directory
[reactos.git] / rostests / apitests / uxtheme / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_DrawThemeParentBackground(void);
7
8 const struct test winetest_testlist[] =
9 {
10 { "DrawThemeParentBackground", func_DrawThemeParentBackground },
11 { 0, 0 }
12 };