api-ms-win-core-quirks-l1-1-0: Add dll.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2017-03-23 17:12:57 +02:00 committed by Alexandre Julliard
parent ba01cb2f49
commit ec8485ec10
5 changed files with 16 additions and 0 deletions

2
configure vendored
View File

@ -945,6 +945,7 @@ enable_api_ms_win_core_processthreads_l1_1_2
enable_api_ms_win_core_profile_l1_1_0
enable_api_ms_win_core_psapi_l1_1_0
enable_api_ms_win_core_psapi_obsolete_l1_1_0
enable_api_ms_win_core_quirks_l1_1_0
enable_api_ms_win_core_realtime_l1_1_0
enable_api_ms_win_core_registry_l1_1_0
enable_api_ms_win_core_registryuserspecific_l1_1_0
@ -17679,6 +17680,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_
wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_psapi_obsolete_l1_1_0
wine_fn_config_dll api-ms-win-core-quirks-l1-1-0 enable_api_ms_win_core_quirks_l1_1_0
wine_fn_config_dll api-ms-win-core-realtime-l1-1-0 enable_api_ms_win_core_realtime_l1_1_0
wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0

View File

@ -2733,6 +2733,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-2)
WINE_CONFIG_DLL(api-ms-win-core-profile-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-psapi-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-psapi-obsolete-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-quirks-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-realtime-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-registry-l1-1-0)
WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-quirks-l1-1-0.dll

View File

@ -0,0 +1,8 @@
@ stub QuirkGetData
@ stub QuirkGetData2
@ stub QuirkIsEnabled
@ stub QuirkIsEnabled2
@ stub QuirkIsEnabled3
@ stub QuirkIsEnabledForPackage
@ stub QuirkIsEnabledForPackage2
@ stub QuirkIsEnabledForProcess

View File

@ -254,6 +254,10 @@ my @dll_groups =
"kernelbase",
"api-ms-win-core-bem-l1-1-0",
],
[
"kernelbase",
"api-ms-win-core-quirks-l1-1-0",
],
[
"ole32",
"api-ms-win-downlevel-ole32-l1-1-0",