Martin Storsjo : api-ms-win-core-file-l1-2-2: Add dll.

Alexandre Julliard julliard at winehq.org
Mon Oct 16 14:38:30 CDT 2017


Module: wine
Branch: master
Commit: 987c8ccfcbdf15bf08f692d221ff05fad5619326
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=987c8ccfcbdf15bf08f692d221ff05fad5619326

Author: Martin Storsjo <martin at martin.st>
Date:   Sun Oct 15 22:08:44 2017 +0300

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

Signed-off-by: Martin Storsjo <martin at martin.st>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                                      |  2 ++
 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 +
 5 files changed, 15 insertions(+)

diff --git a/configure b/configure
index 238d7ff..fa9b75e 100755
--- a/configure
+++ b/configure
@@ -910,6 +910,7 @@ enable_api_ms_win_core_fibers_l1_1_1
 enable_api_ms_win_core_file_l1_1_0
 enable_api_ms_win_core_file_l1_2_0
 enable_api_ms_win_core_file_l1_2_1
+enable_api_ms_win_core_file_l1_2_2
 enable_api_ms_win_core_file_l2_1_0
 enable_api_ms_win_core_file_l2_1_1
 enable_api_ms_win_core_file_l2_1_2
@@ -17998,6 +17999,7 @@ wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l
 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
 wine_fn_config_dll api-ms-win-core-file-l1-2-1 enable_api_ms_win_core_file_l1_2_1
+wine_fn_config_dll api-ms-win-core-file-l1-2-2 enable_api_ms_win_core_file_l1_2_2
 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
 wine_fn_config_dll api-ms-win-core-file-l2-1-2 enable_api_ms_win_core_file_l2_1_2
diff --git a/configure.ac b/configure.ac
index 76c7af5..9d33627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2762,6 +2762,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",




More information about the wine-cvs mailing list