Hadrien Boizard : api-ms-win-core-console-l2-1-0: Add stub dll.

Alexandre Julliard julliard at winehq.org
Fri Aug 19 08:19:05 CDT 2016


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

Author: Hadrien Boizard <h.boizard at gmail.com>
Date:   Wed Aug 17 12:39:05 2016 +0200

api-ms-win-core-console-l2-1-0: Add stub dll.

Signed-off-by: Hadrien Boizard <h.boizard at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                                          |  2 ++
 configure.ac                                       |  1 +
 dlls/api-ms-win-core-console-l2-1-0/Makefile.in    |  1 +
 .../api-ms-win-core-console-l2-1-0.spec            | 38 ++++++++++++++++++++++
 tools/make_specfiles                               |  1 +
 5 files changed, 43 insertions(+)

diff --git a/configure b/configure
index dccacb4..4e1a980 100755
--- a/configure
+++ b/configure
@@ -874,6 +874,7 @@ enable_amstream
 enable_api_ms_win_core_com_l1_1_0
 enable_api_ms_win_core_com_l1_1_1
 enable_api_ms_win_core_console_l1_1_0
+enable_api_ms_win_core_console_l2_1_0
 enable_api_ms_win_core_datetime_l1_1_0
 enable_api_ms_win_core_datetime_l1_1_1
 enable_api_ms_win_core_debug_l1_1_0
@@ -17408,6 +17409,7 @@ wine_fn_config_test dlls/amstream/tests amstream_test
 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
+wine_fn_config_dll api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
diff --git a/configure.ac b/configure.ac
index 3a24aab..24e5190 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2639,6 +2639,7 @@ WINE_CONFIG_TEST(dlls/amstream/tests)
 WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-com-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-console-l1-1-0)
+WINE_CONFIG_DLL(api-ms-win-core-console-l2-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-0)
 WINE_CONFIG_DLL(api-ms-win-core-datetime-l1-1-1)
 WINE_CONFIG_DLL(api-ms-win-core-debug-l1-1-0)
diff --git a/dlls/api-ms-win-core-console-l2-1-0/Makefile.in b/dlls/api-ms-win-core-console-l2-1-0/Makefile.in
new file mode 100644
index 0000000..d7168aa
--- /dev/null
+++ b/dlls/api-ms-win-core-console-l2-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = api-ms-win-core-console-l2-1-0.dll
diff --git a/dlls/api-ms-win-core-console-l2-1-0/api-ms-win-core-console-l2-1-0.spec b/dlls/api-ms-win-core-console-l2-1-0/api-ms-win-core-console-l2-1-0.spec
new file mode 100644
index 0000000..73dfbe5
--- /dev/null
+++ b/dlls/api-ms-win-core-console-l2-1-0/api-ms-win-core-console-l2-1-0.spec
@@ -0,0 +1,38 @@
+@ stdcall AttachConsole(long) kernel32.AttachConsole
+@ stdcall CreateConsoleScreenBuffer(long long ptr long ptr) kernel32.CreateConsoleScreenBuffer
+@ stdcall FillConsoleOutputAttribute(long long long long ptr) kernel32.FillConsoleOutputAttribute
+@ stdcall FillConsoleOutputCharacterA(long long long long ptr) kernel32.FillConsoleOutputCharacterA
+@ stdcall FillConsoleOutputCharacterW(long long long long ptr) kernel32.FillConsoleOutputCharacterW
+@ stdcall FlushConsoleInputBuffer(long) kernel32.FlushConsoleInputBuffer
+@ stdcall FreeConsole() kernel32.FreeConsole
+@ stdcall GenerateConsoleCtrlEvent(long long) kernel32.GenerateConsoleCtrlEvent
+@ stdcall GetConsoleCursorInfo(long ptr) kernel32.GetConsoleCursorInfo
+@ stdcall GetConsoleScreenBufferInfo(long ptr) kernel32.GetConsoleScreenBufferInfo
+@ stdcall GetConsoleScreenBufferInfoEx(long ptr) kernel32.GetConsoleScreenBufferInfoEx
+@ stdcall GetConsoleTitleW(ptr long) kernel32.GetConsoleTitleW
+@ stdcall GetLargestConsoleWindowSize(long) kernel32.GetLargestConsoleWindowSize
+@ stdcall PeekConsoleInputW(ptr ptr long ptr) kernel32.PeekConsoleInputW
+@ stdcall ReadConsoleOutputA(long ptr long long ptr) kernel32.ReadConsoleOutputA
+@ stdcall ReadConsoleOutputAttribute(long ptr long long ptr) kernel32.ReadConsoleOutputAttribute
+@ stdcall ReadConsoleOutputCharacterA(long ptr long long ptr) kernel32.ReadConsoleOutputCharacterA
+@ stdcall ReadConsoleOutputCharacterW(long ptr long long ptr) kernel32.ReadConsoleOutputCharacterW
+@ stdcall ReadConsoleOutputW(long ptr long long ptr) kernel32.ReadConsoleOutputW
+@ stdcall ScrollConsoleScreenBufferA(long ptr ptr ptr ptr) kernel32.ScrollConsoleScreenBufferA
+@ stdcall ScrollConsoleScreenBufferW(long ptr ptr ptr ptr) kernel32.ScrollConsoleScreenBufferW
+@ stdcall SetConsoleActiveScreenBuffer(long) kernel32.SetConsoleActiveScreenBuffer
+@ stdcall SetConsoleCP(long) kernel32.SetConsoleCP
+@ stdcall SetConsoleCursorInfo(long ptr) kernel32.SetConsoleCursorInfo
+@ stdcall SetConsoleCursorPosition(long long) kernel32.SetConsoleCursorPosition
+@ stdcall SetConsoleOutputCP(long) kernel32.SetConsoleOutputCP
+@ stdcall SetConsoleScreenBufferInfoEx(long ptr) kernel32.SetConsoleScreenBufferInfoEx
+@ stdcall SetConsoleScreenBufferSize(long long) kernel32.SetConsoleScreenBufferSize
+@ stdcall SetConsoleTextAttribute(long long) kernel32.SetConsoleTextAttribute
+@ stdcall SetConsoleTitleW(wstr) kernel32.SetConsoleTitleW
+@ stdcall SetConsoleWindowInfo(long long ptr) kernel32.SetConsoleWindowInfo
+@ stdcall WriteConsoleInputA(long ptr long ptr) kernel32.WriteConsoleInputA
+@ stdcall WriteConsoleInputW(long ptr long ptr) kernel32.WriteConsoleInputW
+@ stdcall WriteConsoleOutputA(long ptr long long ptr) kernel32.WriteConsoleOutputA
+@ stdcall WriteConsoleOutputAttribute(long ptr long long ptr) kernel32.WriteConsoleOutputAttribute
+@ stdcall WriteConsoleOutputCharacterA(long ptr long long ptr) kernel32.WriteConsoleOutputCharacterA
+@ stdcall WriteConsoleOutputCharacterW(long ptr long long ptr) kernel32.WriteConsoleOutputCharacterW
+@ stdcall WriteConsoleOutputW(long ptr long long ptr) kernel32.WriteConsoleOutputW
diff --git a/tools/make_specfiles b/tools/make_specfiles
index a965210..d658f30 100755
--- a/tools/make_specfiles
+++ b/tools/make_specfiles
@@ -142,6 +142,7 @@ my @dll_groups =
   "api-ms-win-core-synch-l1-1-0",
   "api-ms-win-core-synch-l1-2-0",
   "api-ms-win-core-console-l1-1-0",
+  "api-ms-win-core-console-l2-1-0",
   "api-ms-win-core-file-l1-1-0",
   "api-ms-win-core-file-l1-2-1",
   "api-ms-win-core-file-l1-2-0",




More information about the wine-cvs mailing list