uxtheme: Add stub for SetPreferredAppMode.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55742
This commit is contained in:
Louis Lenders 2023-10-26 00:03:40 +02:00 committed by Alexandre Julliard
parent e1259ff91a
commit 221e88e2ec
2 changed files with 11 additions and 0 deletions

View file

@ -1290,3 +1290,13 @@ BOOL WINAPI ShouldAppsUseDarkMode(void)
return !light_theme;
}
/**********************************************************************
* SetPreferredAppMode (UXTHEME.135)
*
*/
int WINAPI SetPreferredAppMode(int app_mode)
{
FIXME("%d: stub\n", app_mode);
return 0;
}

View file

@ -43,6 +43,7 @@
62 stub -noname ServerClearStockObjects
63 stub -noname MarkSelection
132 stdcall -noname ShouldAppsUseDarkMode()
135 stdcall -noname SetPreferredAppMode(long)
138 stdcall -noname ShouldSystemUseDarkMode()
# Standard functions