From 54d8e740c774935948f0253a2e4c3ac16fdd4dd5 Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish@gmail.com>
Date: Thu, 22 Sep 2016 12:05:02 -0500
Subject: [PATCH] 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 +
 .../api-ms-win-core-io-l1-1-0.spec                         | 7 +++++++
 tools/make_specfiles                                       | 1 +
 5 files changed, 12 insertions(+)
 create mode 100644 dlls/api-ms-win-core-io-l1-1-0/Makefile.in
 create mode 100644 dlls/api-ms-win-core-io-l1-1-0/api-ms-win-core-io-l1-1-0.spec

diff --git a/configure b/configure
index 95bf5867950..815c4415c64 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 3e050afbbd4..be215fd17fb 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 00000000000..effc6e25e81
--- /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 00000000000..f73e427782c
--- /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 1d9776b91aa..de1a1cb1e09 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",
-- 
GitLab