[1/2] api-ms-win-core-wow64-l1-1-0: Add dll.

Sebastian Lackner sebastian at fds-team.de
Tue Feb 16 00:23:42 CST 2016


From: Michael Müller <michael at fds-team.de>

Signed-off-by: Michael Müller <michael at fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---
 configure.ac                                                        |    1 +
 dlls/api-ms-win-core-wow64-l1-1-0/Makefile.in                       |    1 +
 dlls/api-ms-win-core-wow64-l1-1-0/api-ms-win-core-wow64-l1-1-0.spec |    3 +++
 tools/make_specfiles                                                |    1 +
 4 files changed, 6 insertions(+)

diff --git a/configure.ac b/configure.ac
index 8a90202..7223473 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2702,6 +2702,7 @@ WINE_CONFIG_DLL(api-ms-win-core-winrt-error-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-registration-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-winrt-string-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-wow64-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-xstate-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-crt-conio-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-crt-convert-l1-1-0)
diff --git a/dlls/api-ms-win-core-wow64-l1-1-0/Makefile.in b/dlls/api-ms-win-core-wow64-l1-1-0/Makefile.in
new file mode 100644
index 0000000..3e3d74f
--- /dev/null
+++ b/dlls/api-ms-win-core-wow64-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-wow64-l1-1-0.dll
diff --git a/dlls/api-ms-win-core-wow64-l1-1-0/api-ms-win-core-wow64-l1-1-0.spec b/dlls/api-ms-win-core-wow64-l1-1-0/api-ms-win-core-wow64-l1-1-0.spec
new file mode 100644
index 0000000..c1df1cf
--- /dev/null
+++ b/dlls/api-ms-win-core-wow64-l1-1-0/api-ms-win-core-wow64-l1-1-0.spec
@@ -0,0 +1,3 @@
+@ stdcall IsWow64Process(ptr ptr) kernel32.IsWow64Process
+@ stdcall Wow64DisableWow64FsRedirection(ptr) kernel32.Wow64DisableWow64FsRedirection
+@ stdcall Wow64RevertWow64FsRedirection(ptr) kernel32.Wow64RevertWow64FsRedirection
diff --git a/tools/make_specfiles b/tools/make_specfiles
index 97780a1..34db390 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -208,6 +208,7 @@ my @dll_groups =
   "api-ms-win-core-localization-l1-2-1",
   "api-ms-win-core-datetime-l1-1-0",
   "api-ms-win-core-datetime-l1-1-1",
+  "api-ms-win-core-wow64-l1-1-0",
   "api-ms-win-core-xstate-l2-1-0",
   "api-ms-win-core-errorhandling-l1-1-2",
  ],
-- 
2.7.1



More information about the wine-patches mailing list