api-ms-win-core-registry-l1-1-0: Add stub dll.
This commit is contained in:
parent
66dc62d8ef
commit
4fa78bac54
|
@ -873,6 +873,7 @@ enable_api_ms_win_core_processthreads_l1_1_0
|
|||
enable_api_ms_win_core_processthreads_l1_1_1
|
||||
enable_api_ms_win_core_profile_l1_1_0
|
||||
enable_api_ms_win_core_psapi_l1_1_0
|
||||
enable_api_ms_win_core_registry_l1_1_0
|
||||
enable_api_ms_win_core_string_l1_1_0
|
||||
enable_api_ms_win_core_synch_l1_2_0
|
||||
enable_api_ms_win_core_sysinfo_l1_2_0
|
||||
|
@ -16616,6 +16617,7 @@ wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_
|
|||
wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
|
||||
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-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
|
||||
wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
|
||||
wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
|
||||
|
|
|
@ -2642,6 +2642,7 @@ WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-0)
|
|||
WINE_CONFIG_DLL(api-ms-win-core-processthreads-l1-1-1)
|
||||
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-registry-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-string-l1-1-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-synch-l1-2-0)
|
||||
WINE_CONFIG_DLL(api-ms-win-core-sysinfo-l1-2-0)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-registry-l1-1-0.dll
|
|
@ -0,0 +1,43 @@
|
|||
@ stdcall RegCloseKey(long) advapi32.RegCloseKey
|
||||
@ stub RegCopyTreeW
|
||||
@ stdcall RegCreateKeyExA(long str long ptr long long ptr ptr ptr) advapi32.RegCreateKeyExA
|
||||
@ stdcall RegCreateKeyExW(long wstr long ptr long long ptr ptr ptr) advapi32.RegCreateKeyExW
|
||||
@ stdcall RegDeleteKeyExA(long str long long) advapi32.RegDeleteKeyExA
|
||||
@ stdcall RegDeleteKeyExW(long wstr long long) advapi32.RegDeleteKeyExW
|
||||
@ stdcall RegDeleteTreeA(long str) advapi32.RegDeleteTreeA
|
||||
@ stdcall RegDeleteTreeW(long wstr) advapi32.RegDeleteTreeW
|
||||
@ stdcall RegDeleteValueA(long str) advapi32.RegDeleteValueA
|
||||
@ stdcall RegDeleteValueW(long wstr) advapi32.RegDeleteValueW
|
||||
@ stub RegDisablePredefinedCacheEx
|
||||
@ stdcall RegEnumKeyExA(long long ptr ptr ptr ptr ptr ptr) advapi32.RegEnumKeyExA
|
||||
@ stdcall RegEnumKeyExW(long long ptr ptr ptr ptr ptr ptr) advapi32.RegEnumKeyExW
|
||||
@ stdcall RegEnumValueA(long long ptr ptr ptr ptr ptr ptr) advapi32.RegEnumValueA
|
||||
@ stdcall RegEnumValueW(long long ptr ptr ptr ptr ptr ptr) advapi32.RegEnumValueW
|
||||
@ stdcall RegFlushKey(long) advapi32.RegFlushKey
|
||||
@ stdcall RegGetKeySecurity(long long ptr ptr) advapi32.RegGetKeySecurity
|
||||
@ stdcall RegGetValueA(long str str long ptr ptr ptr) advapi32.RegGetValueA
|
||||
@ stdcall RegGetValueW(long wstr wstr long ptr ptr ptr) advapi32.RegGetValueW
|
||||
@ stub RegLoadAppKeyA
|
||||
@ stub RegLoadAppKeyW
|
||||
@ stdcall RegLoadKeyA(long str str) advapi32.RegLoadKeyA
|
||||
@ stdcall RegLoadKeyW(long wstr wstr) advapi32.RegLoadKeyW
|
||||
@ stdcall RegLoadMUIStringA(long str str long ptr long str) advapi32.RegLoadMUIStringA
|
||||
@ stdcall RegLoadMUIStringW(long wstr wstr long ptr long wstr) advapi32.RegLoadMUIStringW
|
||||
@ stdcall RegNotifyChangeKeyValue(long long long long long) advapi32.RegNotifyChangeKeyValue
|
||||
@ stdcall RegOpenCurrentUser(long ptr) advapi32.RegOpenCurrentUser
|
||||
@ stdcall RegOpenKeyExA(long str long long ptr) advapi32.RegOpenKeyExA
|
||||
@ stdcall RegOpenKeyExW(long wstr long long ptr) advapi32.RegOpenKeyExW
|
||||
@ stdcall RegOpenUserClassesRoot(ptr long long ptr) advapi32.RegOpenUserClassesRoot
|
||||
@ stdcall RegQueryInfoKeyA(long ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) advapi32.RegQueryInfoKeyA
|
||||
@ stdcall RegQueryInfoKeyW(long ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr ptr) advapi32.RegQueryInfoKeyW
|
||||
@ stdcall RegQueryValueExA(long str ptr ptr ptr ptr) advapi32.RegQueryValueExA
|
||||
@ stdcall RegQueryValueExW(long wstr ptr ptr ptr ptr) advapi32.RegQueryValueExW
|
||||
@ stdcall RegRestoreKeyA(long str long) advapi32.RegRestoreKeyA
|
||||
@ stdcall RegRestoreKeyW(long wstr long) advapi32.RegRestoreKeyW
|
||||
@ stub RegSaveKeyExA
|
||||
@ stub RegSaveKeyExW
|
||||
@ stdcall RegSetKeySecurity(long long ptr) advapi32.RegSetKeySecurity
|
||||
@ stdcall RegSetValueExA(long str long long ptr long) advapi32.RegSetValueExA
|
||||
@ stdcall RegSetValueExW(long wstr long long ptr long) advapi32.RegSetValueExW
|
||||
@ stdcall RegUnLoadKeyA(long str) advapi32.RegUnLoadKeyA
|
||||
@ stdcall RegUnLoadKeyW(long wstr) advapi32.RegUnLoadKeyW
|
|
@ -130,6 +130,7 @@ my @dll_groups =
|
|||
"api-ms-win-downlevel-advapi32-l1-1-0",
|
||||
"api-ms-win-downlevel-advapi32-l2-1-0",
|
||||
"api-ms-win-security-base-l1-1-0",
|
||||
"api-ms-win-core-registry-l1-1-0",
|
||||
],
|
||||
[
|
||||
"kernel32",
|
||||
|
|
Loading…
Reference in New Issue