X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fapitests%2Fuxtheme%2Ftestlist.c;h=7b06a3fb39cd2678cef2806af66e04f1d2fc3020;hp=97ee80ea4d35671734eef34e36f2caf430f5be2c;hb=0feb059c77660a603d5f25687b51bd3fba933004;hpb=0b0e9bd36444f3784e5536913326a0ee7172d67b diff --git a/rostests/apitests/uxtheme/testlist.c b/rostests/apitests/uxtheme/testlist.c index 97ee80ea4d3..7b06a3fb39c 100644 --- a/rostests/apitests/uxtheme/testlist.c +++ b/rostests/apitests/uxtheme/testlist.c @@ -3,12 +3,14 @@ #define STANDALONE #include -extern void func_DrawThemeParentBackground(void); extern void func_CloseThemeData(void); +extern void func_DrawThemeParentBackground(void); +extern void func_SetWindowTheme(void); const struct test winetest_testlist[] = { - { "DrawThemeParentBackground", func_DrawThemeParentBackground }, { "CloseThemeData", func_CloseThemeData }, + { "DrawThemeParentBackground", func_DrawThemeParentBackground }, + { "SetWindowTheme", func_SetWindowTheme }, { 0, 0 } };