Commit 987c8ccf authored by Martin Storsjo's avatar Martin Storsjo Committed by Alexandre Julliard

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

parent cf5616ff
......@@ -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
......
......@@ -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)
......
MODULE = api-ms-win-core-file-l1-2-2.dll
@ 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
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment