api-ms-win-core-registry-l2-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
1ed69efe83
commit
a3ab54707f
|
@ -948,6 +948,7 @@ enable_api_ms_win_core_psapi_obsolete_l1_1_0
|
||||||
enable_api_ms_win_core_quirks_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_realtime_l1_1_0
|
||||||
enable_api_ms_win_core_registry_l1_1_0
|
enable_api_ms_win_core_registry_l1_1_0
|
||||||
|
enable_api_ms_win_core_registry_l2_1_0
|
||||||
enable_api_ms_win_core_registryuserspecific_l1_1_0
|
enable_api_ms_win_core_registryuserspecific_l1_1_0
|
||||||
enable_api_ms_win_core_rtlsupport_l1_1_0
|
enable_api_ms_win_core_rtlsupport_l1_1_0
|
||||||
enable_api_ms_win_core_rtlsupport_l1_2_0
|
enable_api_ms_win_core_rtlsupport_l1_2_0
|
||||||
|
@ -17685,6 +17686,7 @@ wine_fn_config_dll api-ms-win-core-psapi-obsolete-l1-1-0 enable_api_ms_win_core_
|
||||||
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-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-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-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
|
||||||
|
wine_fn_config_dll api-ms-win-core-registry-l2-1-0 enable_api_ms_win_core_registry_l2_1_0
|
||||||
wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
|
wine_fn_config_dll api-ms-win-core-registryuserspecific-l1-1-0 enable_api_ms_win_core_registryuserspecific_l1_1_0
|
||||||
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
|
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
|
||||||
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
|
wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
|
||||||
|
|
|
@ -2736,6 +2736,7 @@ 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-quirks-l1-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-realtime-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-registry-l1-1-0)
|
||||||
|
WINE_CONFIG_DLL(api-ms-win-core-registry-l2-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)
|
WINE_CONFIG_DLL(api-ms-win-core-registryuserspecific-l1-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
|
WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-1-0)
|
||||||
WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
|
WINE_CONFIG_DLL(api-ms-win-core-rtlsupport-l1-2-0)
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
MODULE = api-ms-win-core-registry-l2-1-0.dll
|
|
@ -0,0 +1,33 @@
|
||||||
|
@ stdcall RegConnectRegistryA(str long ptr) advapi32.RegConnectRegistryA
|
||||||
|
@ stdcall RegConnectRegistryW(wstr long ptr) advapi32.RegConnectRegistryW
|
||||||
|
@ stdcall RegCopyTreeA(long str long) advapi32.RegCopyTreeA
|
||||||
|
@ stdcall RegCreateKeyA(long str ptr) advapi32.RegCreateKeyA
|
||||||
|
@ stdcall RegCreateKeyTransactedA(long str long ptr long long ptr ptr ptr long ptr) advapi32.RegCreateKeyTransactedA
|
||||||
|
@ stdcall RegCreateKeyTransactedW(long wstr long ptr long long ptr ptr ptr long ptr) advapi32.RegCreateKeyTransactedW
|
||||||
|
@ stdcall RegCreateKeyW(long wstr ptr) advapi32.RegCreateKeyW
|
||||||
|
@ stdcall RegDeleteKeyA(long str) advapi32.RegDeleteKeyA
|
||||||
|
@ stub RegDeleteKeyTransactedA
|
||||||
|
@ stub RegDeleteKeyTransactedW
|
||||||
|
@ stdcall RegDeleteKeyValueA(long str str) advapi32.RegDeleteKeyValueA
|
||||||
|
@ stdcall RegDeleteKeyValueW(long wstr wstr) advapi32.RegDeleteKeyValueW
|
||||||
|
@ stdcall RegDeleteKeyW(long wstr) advapi32.RegDeleteKeyW
|
||||||
|
@ stdcall RegDisablePredefinedCache() advapi32.RegDisablePredefinedCache
|
||||||
|
@ stdcall RegEnumKeyA(long long ptr long) advapi32.RegEnumKeyA
|
||||||
|
@ stdcall RegEnumKeyW(long long ptr long) advapi32.RegEnumKeyW
|
||||||
|
@ stdcall RegOpenKeyA(long str ptr) advapi32.RegOpenKeyA
|
||||||
|
@ stub RegOpenKeyTransactedA
|
||||||
|
@ stub RegOpenKeyTransactedW
|
||||||
|
@ stdcall RegOpenKeyW(long wstr ptr) advapi32.RegOpenKeyW
|
||||||
|
@ stdcall RegOverridePredefKey(long long) advapi32.RegOverridePredefKey
|
||||||
|
@ stdcall RegQueryMultipleValuesA(long ptr long ptr ptr) advapi32.RegQueryMultipleValuesA
|
||||||
|
@ stdcall RegQueryMultipleValuesW(long ptr long ptr ptr) advapi32.RegQueryMultipleValuesW
|
||||||
|
@ stdcall RegQueryValueA(long str ptr ptr) advapi32.RegQueryValueA
|
||||||
|
@ stdcall RegQueryValueW(long wstr ptr ptr) advapi32.RegQueryValueW
|
||||||
|
@ stdcall RegReplaceKeyA(long str str str) advapi32.RegReplaceKeyA
|
||||||
|
@ stdcall RegReplaceKeyW(long wstr wstr wstr) advapi32.RegReplaceKeyW
|
||||||
|
@ stdcall RegSaveKeyA(long ptr ptr) advapi32.RegSaveKeyA
|
||||||
|
@ stdcall RegSaveKeyW(long ptr ptr) advapi32.RegSaveKeyW
|
||||||
|
@ stdcall RegSetKeyValueA(long str str long ptr long) advapi32.RegSetKeyValueA
|
||||||
|
@ stdcall RegSetKeyValueW(long wstr wstr long ptr long) advapi32.RegSetKeyValueW
|
||||||
|
@ stdcall RegSetValueA(long str long ptr long) advapi32.RegSetValueA
|
||||||
|
@ stdcall RegSetValueW(long wstr long ptr long) advapi32.RegSetValueW
|
|
@ -115,6 +115,7 @@ my @dll_groups =
|
||||||
"api-ms-win-downlevel-advapi32-l2-1-0",
|
"api-ms-win-downlevel-advapi32-l2-1-0",
|
||||||
"api-ms-win-security-base-l1-1-0",
|
"api-ms-win-security-base-l1-1-0",
|
||||||
"api-ms-win-core-registry-l1-1-0",
|
"api-ms-win-core-registry-l1-1-0",
|
||||||
|
"api-ms-win-core-registry-l2-1-0",
|
||||||
"api-ms-win-eventing-classicprovider-l1-1-0",
|
"api-ms-win-eventing-classicprovider-l1-1-0",
|
||||||
"api-ms-win-eventing-consumer-l1-1-0",
|
"api-ms-win-eventing-consumer-l1-1-0",
|
||||||
"api-ms-win-eventing-controller-l1-1-0",
|
"api-ms-win-eventing-controller-l1-1-0",
|
||||||
|
|
Loading…
Reference in New Issue