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>
This commit is contained in:
parent
ba01cb2f49
commit
ec8485ec10
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-quirks-l1-1-0.dll
|
|
@ -0,0 +1,8 @@
|
|||
@ stub QuirkGetData
|
||||
@ stub QuirkGetData2
|
||||
@ stub QuirkIsEnabled
|
||||
@ stub QuirkIsEnabled2
|
||||
@ stub QuirkIsEnabled3
|
||||
@ stub QuirkIsEnabledForPackage
|
||||
@ stub QuirkIsEnabledForPackage2
|
||||
@ stub QuirkIsEnabledForProcess
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue