2017-03-07 22:29:48 +00:00
|
|
|
#define __ROS_LONG64__
|
|
|
|
|
|
|
|
#define STANDALONE
|
|
|
|
#include <apitest.h>
|
|
|
|
|
2017-03-08 15:15:19 +00:00
|
|
|
extern void func_CloseThemeData(void);
|
2017-03-10 17:56:18 +00:00
|
|
|
extern void func_DrawThemeParentBackground(void);
|
2017-08-09 07:14:44 +00:00
|
|
|
extern void func_SetThemeAppProperties(void);
|
2017-03-10 17:56:18 +00:00
|
|
|
extern void func_SetWindowTheme(void);
|
2017-03-07 22:29:48 +00:00
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
2017-03-08 15:15:19 +00:00
|
|
|
{ "CloseThemeData", func_CloseThemeData },
|
2017-03-10 17:56:18 +00:00
|
|
|
{ "DrawThemeParentBackground", func_DrawThemeParentBackground },
|
|
|
|
{ "SetWindowTheme", func_SetWindowTheme },
|
2017-08-09 07:14:44 +00:00
|
|
|
{ "SetThemeAppProperties", func_SetThemeAppProperties },
|
2017-03-07 22:29:48 +00:00
|
|
|
{ 0, 0 }
|
|
|
|
};
|