api-ms-win-core-localregistry-l1-1-0: add stub dll

Austin English austinenglish at gmail.com
Tue Jun 4 13:15:21 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33716

--
-Austin
-------------- next part --------------
From 17d3b543bff490b916324b46f8985f00f4e2e332 Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish at gmail.com>
Date: Tue, 4 Jun 2013 11:11:35 -0700
Subject: [PATCH 1/1] api-ms-win-core-localregistry-l1-1-0: add stub dll

---
 configure.ac                                       |  1 +
 .../Makefile.in                                    |  4 +++
 .../api-ms-win-core-localregistry-l1-1-0.spec      | 40 ++++++++++++++++++++++
 3 files changed, 45 insertions(+)
 create mode 100644 dlls/api-ms-win-core-localregistry-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-localregistry-l1-1-0/api-ms-win-core-localregistry-l1-1-0.spec

diff --git a/configure.ac b/configure.ac
index 0a8c316..57d76d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2574,6 +2574,7 @@ WINE_CONFIG_DLL(advpack,,[implib])
 WINE_CONFIG_TEST(dlls/advpack/tests)
 WINE_CONFIG_DLL(amstream)
 WINE_CONFIG_TEST(dlls/amstream/tests)
+WINE_CONFIG_DLL(api-ms-win-core-localregistry-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-downlevel-advapi32-l1-1-0)
diff --git a/dlls/api-ms-win-core-localregistry-l1-1-0/Makefile.in b/dlls/api-ms-win-core-localregistry-l1-1-0/Makefile.in
new file mode 100644
index 0000000..ad81485
--- /dev/null
+++ b/dlls/api-ms-win-core-localregistry-l1-1-0/Makefile.in
@@ -0,0 +1,4 @@
+MODULE    = api-ms-win-core-localregistry-l1-1-0.dll
+
+ at MAKE_DLL_RULES@
+
diff --git a/dlls/api-ms-win-core-localregistry-l1-1-0/api-ms-win-core-localregistry-l1-1-0.spec b/dlls/api-ms-win-core-localregistry-l1-1-0/api-ms-win-core-localregistry-l1-1-0.spec
new file mode 100644
index 0000000..cc15d4e
--- /dev/null
+++ b/dlls/api-ms-win-core-localregistry-l1-1-0/api-ms-win-core-localregistry-l1-1-0.spec
@@ -0,0 +1,40 @@
+@ stub RegCloseKey
+@ stub RegCreateKeyExA
+@ stub RegCreateKeyExW
+@ stub RegDeleteKeyExA
+@ stub RegDeleteKeyExW
+@ stub RegDeleteTreeA
+@ stub RegDeleteTreeW
+@ stub RegDeleteValueA
+@ stub RegDeleteValueW
+@ stub RegDisablePredefinedCacheEx
+@ stub RegEnumKeyExA
+@ stub RegEnumKeyExW
+@ stub RegEnumValueA
+@ stub RegEnumValueW
+@ stub RegFlushKey
+@ stub RegGetKeySecurity
+@ stub RegGetValueA
+@ stub RegGetValueW
+@ stub RegLoadKeyA
+@ stub RegLoadKeyW
+@ stub RegLoadMUIStringA
+@ stub RegLoadMUIStringW
+@ stub RegNotifyChangeKeyValue
+@ stub RegOpenCurrentUser
+@ stub RegOpenKeyExA
+@ stub RegOpenKeyExW
+@ stub RegOpenUserClassesRoot
+@ stub RegQueryInfoKeyA
+@ stub RegQueryInfoKeyW
+@ stub RegQueryValueExA
+@ stub RegQueryValueExW
+@ stub RegRestoreKeyA
+@ stub RegRestoreKeyW
+@ stub RegSaveKeyExA
+@ stub RegSaveKeyExW
+@ stub RegSetKeySecurity
+@ stub RegSetValueExA
+@ stub RegSetValueExW
+@ stub RegUnLoadKeyA
+@ stub RegUnLoadKeyW
-- 
1.8.2.1


More information about the wine-patches mailing list