ReactOS 0.4.15-dev-7924-g5949c20
testlist.c
Go to the documentation of this file.
1#define __ROS_LONG64__
2
3#define STANDALONE
4#include <apitest.h>
5
6extern void func_CloseThemeData(void);
8extern void func_SetThemeAppProperties(void);
9extern void func_SetWindowTheme(void);
10
11const struct test winetest_testlist[] =
12{
13 { "CloseThemeData", func_CloseThemeData },
14 { "DrawThemeParentBackground", func_DrawThemeParentBackground },
15 { "SetWindowTheme", func_SetWindowTheme },
16 { "SetThemeAppProperties", func_SetThemeAppProperties },
17 { 0, 0 }
18};
#define test
Definition: rosglue.h:37
const struct test winetest_testlist[]
Definition: testlist.c:7
void func_CloseThemeData(void)
void func_DrawThemeParentBackground(void)
void func_SetWindowTheme(void)
void func_SetThemeAppProperties(void)