[PATCH 18/29] api-ms-win-core-registry-l1-1-0: Add stub dll.

Martin Storsjo martin at martin.st
Tue Feb 4 07:55:39 CST 2014


---
 configure                                          |  2 +
 configure.ac                                       |  1 +
 dlls/api-ms-win-core-registry-l1-1-0/Makefile.in   |  1 +
 .../api-ms-win-core-registry-l1-1-0.spec           | 43 ++++++++++++++++++++++
 tools/make_specfiles                               |  1 +
 5 files changed, 48 insertions(+)
 create mode 100644 dlls/api-ms-win-core-registry-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-registry-l1-1-0/api-ms-win-core-registry-l1-1-0.spec

diff --git a/configure b/configure
index 9370c5e..4e999a9 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index e26d857..7f3c35b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/api-ms-win-core-registry-l1-1-0/Makefile.in b/dlls/api-ms-win-core-registry-l1-1-0/Makefile.in
new file mode 100644
index 0000000..a234458
--- /dev/null
+++ b/dlls/api-ms-win-core-registry-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-registry-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-registry-l1-1-0/api-ms-win-core-registry-l1-1-0.spec b/dlls/api-ms-win-core-registry-l1-1-0/api-ms-win-core-registry-l1-1-0.spec
new file mode 100644
index 0000000..d83fbdd
--- /dev/null
+++ b/dlls/api-ms-win-core-registry-l1-1-0/api-ms-win-core-registry-l1-1-0.spec
@@ -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
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 4ea2df0..1dd4533 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -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",
-- 
1.8.1.2




More information about the wine-patches mailing list