ext-ms-win-uxtheme-themes-l1-1-0: Add dll.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Michael Müller 2018-05-10 02:05:43 +00:00 committed by Alexandre Julliard
parent 9dadf13c4a
commit 855ec14296
5 changed files with 32 additions and 0 deletions

2
configure vendored
View File

@ -1283,6 +1283,7 @@ enable_ext_ms_win_rtcore_ntuser_syscolors_l1_1_0
enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
enable_ext_ms_win_security_credui_l1_1_0
enable_ext_ms_win_security_cryptui_l1_1_0
enable_ext_ms_win_uxtheme_themes_l1_1_0
enable_faultrep
enable_fltlib
enable_fltmgr_sys
@ -18690,6 +18691,7 @@ wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 enable_ex
wine_fn_config_makefile dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 enable_ext_ms_win_rtcore_ntuser_sysparams_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-security-credui-l1-1-0 enable_ext_ms_win_security_credui_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-security-cryptui-l1-1-0 enable_ext_ms_win_security_cryptui_l1_1_0
wine_fn_config_makefile dlls/ext-ms-win-uxtheme-themes-l1-1-0 enable_ext_ms_win_uxtheme_themes_l1_1_0
wine_fn_config_makefile dlls/faultrep enable_faultrep
wine_fn_config_makefile dlls/faultrep/tests enable_tests
wine_fn_config_makefile dlls/fltlib enable_fltlib

View File

@ -3288,6 +3288,7 @@ WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-rtcore-ntuser-syscolors-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-rtcore-ntuser-sysparams-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-security-credui-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-security-cryptui-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-uxtheme-themes-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/faultrep)
WINE_CONFIG_MAKEFILE(dlls/faultrep/tests)
WINE_CONFIG_MAKEFILE(dlls/fltlib)

View File

@ -0,0 +1 @@
MODULE = ext-ms-win-uxtheme-themes-l1-1-0.dll

View File

@ -0,0 +1,24 @@
@ stdcall CloseThemeData(ptr) uxtheme.CloseThemeData
@ stdcall DrawThemeBackground(ptr ptr long long ptr ptr) uxtheme.DrawThemeBackground
@ stub GetColorFromPreference
@ stub GetImmersiveColorFromColorSetEx
@ stub GetImmersiveUserColorSetPreference
@ stub GetThemeAnimationProperty
@ stub GetThemeAnimationTransform
@ stdcall GetThemeBackgroundExtent(ptr ptr long long ptr ptr) uxtheme.GetThemeBackgroundExtent
@ stub GetThemeBitmap
@ stdcall GetThemeColor(ptr long long long ptr) uxtheme.GetThemeColor
@ stdcall GetThemeEnumValue(ptr long long long ptr) uxtheme.GetThemeEnumValue
@ stdcall GetThemeFont(ptr ptr long long long ptr) uxtheme.GetThemeFont
@ stdcall GetThemeInt(ptr long long long ptr) uxtheme.GetThemeInt
@ stdcall GetThemeMargins(ptr ptr long long long ptr ptr) uxtheme.GetThemeMargins
@ stdcall GetThemePartSize(ptr ptr long long ptr long ptr) uxtheme.GetThemePartSize
@ stdcall GetThemePosition(ptr long long long ptr) uxtheme.GetThemePosition
@ stub GetThemeTimingFunction
@ stub GetUserColorPreference
@ stdcall IsAppThemed() uxtheme.IsAppThemed
@ stdcall IsThemeActive() uxtheme.IsThemeActive
@ stdcall IsThemePartDefined(ptr long long) uxtheme.IsThemePartDefined
@ stdcall OpenThemeData(ptr wstr) uxtheme.OpenThemeData
@ stdcall OpenThemeDataEx(ptr wstr long) uxtheme.OpenThemeDataEx
@ stdcall SetWindowTheme(ptr wstr wstr) uxtheme.SetWindowTheme

View File

@ -442,6 +442,10 @@ my @dll_groups =
"api-ms-win-core-winrt-roparameterizediid-l1-1-0",
"api-ms-win-core-winrt-string-l1-1-0",
],
[
"uxtheme",
"ext-ms-win-uxtheme-themes-l1-1-0",
],
[
"bthprops.cpl",
"irprops.cpl",