Module: wine Branch: master Commit: 54d8e740c774935948f0253a2e4c3ac16fdd4dd5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=54d8e740c774935948f0253a2e...
Author: Austin English austinenglish@gmail.com Date: Thu Sep 22 12:05:02 2016 -0500
api-ms-win-core-io-l1-1-0: Add dll.
Signed-off-by: Austin English austinenglish@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 ++ configure.ac | 1 + dlls/api-ms-win-core-io-l1-1-0/Makefile.in | 1 + dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.spec | 7 +++++++ tools/make_specfiles | 1 + 5 files changed, 12 insertions(+)
diff --git a/configure b/configure index 95bf586..815c441 100755 --- a/configure +++ b/configure @@ -902,6 +902,7 @@ enable_api_ms_win_core_heap_l1_2_0 enable_api_ms_win_core_heap_obsolete_l1_1_0 enable_api_ms_win_core_interlocked_l1_1_0 enable_api_ms_win_core_interlocked_l1_2_0 +enable_api_ms_win_core_io_l1_1_0 enable_api_ms_win_core_io_l1_1_1 enable_api_ms_win_core_job_l1_1_0 enable_api_ms_win_core_job_l2_1_0 @@ -17577,6 +17578,7 @@ wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_ wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0 +wine_fn_config_dll api-ms-win-core-io-l1-1-0 enable_api_ms_win_core_io_l1_1_0 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1 wine_fn_config_dll api-ms-win-core-job-l1-1-0 enable_api_ms_win_core_job_l1_1_0 wine_fn_config_dll api-ms-win-core-job-l2-1-0 enable_api_ms_win_core_job_l2_1_0 diff --git a/configure.ac b/configure.ac index 3e050af..be215fd 100644 --- a/configure.ac +++ b/configure.ac @@ -2678,6 +2678,7 @@ WINE_CONFIG_DLL(api-ms-win-core-heap-l1-2-0) WINE_CONFIG_DLL(api-ms-win-core-heap-obsolete-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-interlocked-l1-2-0) +WINE_CONFIG_DLL(api-ms-win-core-io-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-io-l1-1-1) WINE_CONFIG_DLL(api-ms-win-core-job-l1-1-0) WINE_CONFIG_DLL(api-ms-win-core-job-l2-1-0) diff --git a/dlls/api-ms-win-core-io-l1-1-0/Makefile.in b/dlls/api-ms-win-core-io-l1-1-0/Makefile.in new file mode 100644 index 0000000..effc6e2 --- /dev/null +++ b/dlls/api-ms-win-core-io-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = api-ms-win-core-io-l1-1-0.dll diff --git a/dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.spec b/dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.spec new file mode 100644 index 0000000..f73e427 --- /dev/null +++ b/dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.spec @@ -0,0 +1,7 @@ +@ stdcall CancelIoEx(long ptr) kernel32.CancelIoEx +@ stdcall CreateIoCompletionPort(long long long long) kernel32.CreateIoCompletionPort +@ stdcall DeviceIoControl(long long ptr long ptr long ptr ptr) kernel32.DeviceIoControl +@ stdcall GetOverlappedResult(long ptr ptr long) kernel32.GetOverlappedResult +@ stdcall GetQueuedCompletionStatus(long ptr ptr ptr long) kernel32.GetQueuedCompletionStatus +@ stub GetQueuedCompletionStatusEx +@ stdcall PostQueuedCompletionStatus(long long ptr ptr) kernel32.PostQueuedCompletionStatus diff --git a/tools/make_specfiles b/tools/make_specfiles index 1d9776b..de1a1cb 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -162,6 +162,7 @@ my @dll_groups = "api-ms-win-core-heap-l1-1-0", "api-ms-win-core-heap-l1-2-0", "api-ms-win-core-heap-obsolete-l1-1-0", + "api-ms-win-core-io-l1-1-0", "api-ms-win-core-io-l1-1-1", "api-ms-win-core-job-l1-1-0", "api-ms-win-core-job-l2-1-0",