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

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Martin Storsjo 2017-10-15 22:08:44 +03:00 committed by Alexandre Julliard
parent cf5616ffbb
commit 987c8ccfcb
5 changed files with 15 additions and 0 deletions

2
configure vendored
View File

@ -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

View File

@ -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)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-file-l1-2-2.dll

View File

@ -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

View File

@ -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",