[PATCHv2] api-ms-win-core-file-l1-2-2: Add dll.

Martin Storsjo martin at martin.st
Sun Oct 15 14:08:44 CDT 2017


Signed-off-by: Martin Storsjo <martin at martin.st>
---
Now with the sign-off that was missing in the first version, sorry
about that.
---
 configure.ac                                                   |  1 +
 dlls/api-ms-win-core-file-l1-2-2/Makefile.in                   |  1 +
 .../api-ms-win-core-file-l1-2-2.spec                           | 10 ++++++++++
 tools/make_specfiles                                           |  1 +
 4 files changed, 13 insertions(+)
 create mode 100644 dlls/api-ms-win-core-file-l1-2-2/Makefile.in
 create mode 100644 dlls/api-ms-win-core-file-l1-2-2/api-ms-win-core-file-l1-2-2.spec

diff --git a/configure.ac b/configure.ac
index 73eabac..6576422 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2773,6 +2773,7 @@ WINE_CONFIG_DLL(api-ms-win-core-fibers-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-file-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-file-l1-2-0)
 WINE_CONFIG_DLL(api-ms-win-core-file-l1-2-1)
+WINE_CONFIG_DLL(api-ms-win-core-file-l1-2-2)
 WINE_CONFIG_DLL(api-ms-win-core-file-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-file-l2-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-file-l2-1-2)
diff --git a/dlls/api-ms-win-core-file-l1-2-2/Makefile.in b/dlls/api-ms-win-core-file-l1-2-2/Makefile.in
new file mode 100644
index 0000000..22cfea1
--- /dev/null
+++ b/dlls/api-ms-win-core-file-l1-2-2/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-file-l1-2-2.dll
diff --git a/dlls/api-ms-win-core-file-l1-2-2/api-ms-win-core-file-l1-2-2.spec b/dlls/api-ms-win-core-file-l1-2-2/api-ms-win-core-file-l1-2-2.spec
new file mode 100644
index 0000000..bb58af1
--- /dev/null
+++ b/dlls/api-ms-win-core-file-l1-2-2/api-ms-win-core-file-l1-2-2.spec
@@ -0,0 +1,10 @@
+@ stdcall AreFileApisANSI() kernel32.AreFileApisANSI
+@ stub FindFirstFileNameW
+@ stub FindFirstStreamW
+@ stub FindNextFileNameW
+@ stub FindNextStreamW
+@ stdcall GetTempFileNameA(str str long ptr) kernel32.GetTempFileNameA
+@ stdcall GetTempPathA(long ptr) kernel32.GetTempPathA
+@ stdcall GetVolumeInformationA(str ptr long ptr ptr ptr ptr long) kernel32.GetVolumeInformationA
+@ stdcall SetFileApisToANSI() kernel32.SetFileApisToANSI
+@ stdcall SetFileApisToOEM() kernel32.SetFileApisToOEM
diff --git a/tools/make_specfiles b/tools/make_specfiles
index d5747c4..e1c7e1f 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -209,6 +209,7 @@ my @dll_groups =
   "api-ms-win-core-file-l1-1-0",
   "api-ms-win-core-file-l1-2-1",
   "api-ms-win-core-file-l1-2-0",
+  "api-ms-win-core-file-l1-2-2",
   "api-ms-win-core-file-l2-1-0",
   "api-ms-win-core-file-l2-1-1",
   "api-ms-win-core-file-l2-1-2",
-- 
2.7.4




More information about the wine-patches mailing list