From: Louis Lenders xerox.xerox2000x@gmail.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id= 57155 --- dlls/uxtheme/system.c | 9 +++++++++ dlls/uxtheme/uxtheme.spec | 1 + 2 files changed, 10 insertions(+)
diff --git a/dlls/uxtheme/system.c b/dlls/uxtheme/system.c index 371e23b5474..8f963115cde 100644 --- a/dlls/uxtheme/system.c +++ b/dlls/uxtheme/system.c @@ -1316,6 +1316,15 @@ int WINAPI SetPreferredAppMode(int app_mode) return 0; }
+/********************************************************************** + * FlushMenuThemes (UXTHEME.136) + * + */ +void WINAPI FlushMenuThemes(void) +{ + FIXME("stub\n"); +} + /********************************************************************** * IsDarkModeAllowedForWindow (UXTHEME.137) * diff --git a/dlls/uxtheme/uxtheme.spec b/dlls/uxtheme/uxtheme.spec index bacc4869e69..a4eb7bc3026 100644 --- a/dlls/uxtheme/uxtheme.spec +++ b/dlls/uxtheme/uxtheme.spec @@ -46,6 +46,7 @@ 132 stdcall -noname ShouldAppsUseDarkMode() 133 stdcall -noname AllowDarkModeForWindow(ptr long) 135 stdcall -noname SetPreferredAppMode(long) +136 stdcall -noname FlushMenuThemes() 137 stdcall -noname IsDarkModeAllowedForWindow(ptr) 138 stdcall -noname ShouldSystemUseDarkMode()