api-ms-win-core-console-l3-2-0: Add stub dll.

Needed for Pickup Basketball VR.

Signed-off-by: Esdras Tarsis <esdrastarsis@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Esdras Tarsis 2021-07-16 05:23:46 -03:00 committed by Alexandre Julliard
parent 566a98800d
commit 9422d0a0a2
5 changed files with 37 additions and 0 deletions

2
configure vendored
View File

@ -936,6 +936,7 @@ enable_api_ms_win_core_comm_l1_1_0
enable_api_ms_win_core_console_l1_1_0
enable_api_ms_win_core_console_l1_2_0
enable_api_ms_win_core_console_l2_1_0
enable_api_ms_win_core_console_l3_2_0
enable_api_ms_win_core_crt_l1_1_0
enable_api_ms_win_core_crt_l2_1_0
enable_api_ms_win_core_datetime_l1_1_0
@ -20085,6 +20086,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_
wine_fn_config_makefile dlls/api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-console-l1-2-0 enable_api_ms_win_core_console_l1_2_0
wine_fn_config_makefile dlls/api-ms-win-core-console-l2-1-0 enable_api_ms_win_core_console_l2_1_0
wine_fn_config_makefile dlls/api-ms-win-core-console-l3-2-0 enable_api_ms_win_core_console_l3_2_0
wine_fn_config_makefile dlls/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-crt-l2-1-0 enable_api_ms_win_core_crt_l2_1_0
wine_fn_config_makefile dlls/api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0

View File

@ -2756,6 +2756,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-comm-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-console-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-console-l1-2-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-console-l2-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-console-l3-2-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-crt-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-crt-l2-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-datetime-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-console-l3-2-0.dll

View File

@ -0,0 +1,32 @@
@ stdcall AddConsoleAliasA(str str str) kernel32.AddConsoleAliasA
@ stdcall AddConsoleAliasW(wstr wstr wstr) kernel32.AddConsoleAliasW
@ stdcall ExpungeConsoleCommandHistoryA(str) kernel32.ExpungeConsoleCommandHistoryA
@ stdcall ExpungeConsoleCommandHistoryW(wstr) kernel32.ExpungeConsoleCommandHistoryW
@ stub GetConsoleAliasA
@ stub GetConsoleAliasExesA
@ stdcall GetConsoleAliasExesLengthA() kernel32.GetConsoleAliasExesLengthA
@ stdcall GetConsoleAliasExesLengthW() kernel32.GetConsoleAliasExesLengthW
@ stub GetConsoleAliasExesW
@ stdcall GetConsoleAliasW(wstr ptr long wstr) kernel32.GetConsoleAliasW
@ stub GetConsoleAliasesA
@ stdcall GetConsoleAliasesLengthA(str) kernel32.GetConsoleAliasesLengthA
@ stdcall GetConsoleAliasesLengthW(wstr) kernel32.GetConsoleAliasesLengthW
@ stub GetConsoleAliasesW
@ stdcall GetConsoleCommandHistoryA(long long long) kernel32.GetConsoleCommandHistoryA
@ stdcall GetConsoleCommandHistoryLengthA(str) kernel32.GetConsoleCommandHistoryLengthA
@ stdcall GetConsoleCommandHistoryLengthW(wstr) kernel32.GetConsoleCommandHistoryLengthW
@ stdcall GetConsoleCommandHistoryW(long long long) kernel32.GetConsoleCommandHistoryW
@ stdcall GetConsoleDisplayMode(ptr) kernel32.GetConsoleDisplayMode
@ stdcall GetConsoleFontSize(long long) kernel32.GetConsoleFontSize
@ stub GetConsoleHistoryInfo
@ stdcall GetConsoleProcessList(ptr long) kernel32.GetConsoleProcessList
@ stub GetConsoleSelectionInfo
@ stdcall GetConsoleWindow() kernel32.GetConsoleWindow
@ stdcall GetCurrentConsoleFont(long long ptr) kernel32.GetCurrentConsoleFont
@ stdcall GetCurrentConsoleFontEx(long long ptr) kernel32.GetCurrentConsoleFontEx
@ stdcall GetNumberOfConsoleMouseButtons(ptr) kernel32.GetNumberOfConsoleMouseButtons
@ stdcall SetConsoleDisplayMode(long long ptr) kernel32.SetConsoleDisplayMode
@ stub SetConsoleHistoryInfo
@ stub SetConsoleNumberOfCommandsA
@ stub SetConsoleNumberOfCommandsW
@ stdcall SetCurrentConsoleFontEx(long long ptr) kernel32.SetCurrentConsoleFontEx

View File

@ -232,6 +232,7 @@ my @dll_groups =
"api-ms-win-core-console-l1-1-0",
"api-ms-win-core-console-l1-2-0",
"api-ms-win-core-console-l2-1-0",
"api-ms-win-core-console-l3-2-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",