api-ms-win-core-comm-l1-1-0: Add dll.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
André Hentschel 2018-09-07 14:06:38 +02:00 committed by Alexandre Julliard
parent 917b2a3641
commit be974da9f6
5 changed files with 23 additions and 0 deletions

2
configure vendored
View File

@ -911,6 +911,7 @@ enable_api_ms_win_core_bem_l1_1_0
enable_api_ms_win_core_com_l1_1_0
enable_api_ms_win_core_com_l1_1_1
enable_api_ms_win_core_com_private_l1_1_0
enable_api_ms_win_core_comm_l1_1_0
enable_api_ms_win_core_console_l1_1_0
enable_api_ms_win_core_console_l2_1_0
enable_api_ms_win_core_crt_l1_1_0
@ -19005,6 +19006,7 @@ wine_fn_config_makefile dlls/api-ms-win-core-bem-l1-1-0 enable_api_ms_win_core_b
wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
wine_fn_config_makefile dlls/api-ms-win-core-com-private-l1-1-0 enable_api_ms_win_core_com_private_l1_1_0
wine_fn_config_makefile dlls/api-ms-win-core-comm-l1-1-0 enable_api_ms_win_core_comm_l1_1_0
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-l2-1-0 enable_api_ms_win_core_console_l2_1_0
wine_fn_config_makefile dlls/api-ms-win-core-crt-l1-1-0 enable_api_ms_win_core_crt_l1_1_0

View File

@ -2864,6 +2864,7 @@ WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-bem-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-com-l1-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-com-l1-1-1)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-com-private-l1-1-0)
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-l2-1-0)
WINE_CONFIG_MAKEFILE(dlls/api-ms-win-core-crt-l1-1-0)

View File

@ -0,0 +1 @@
MODULE = api-ms-win-core-comm-l1-1-0.dll

View File

@ -0,0 +1,18 @@
@ stdcall ClearCommBreak(long) kernel32.ClearCommBreak
@ stdcall ClearCommError(long ptr ptr) kernel32.ClearCommError
@ stdcall EscapeCommFunction(long long) kernel32.EscapeCommFunction
@ stdcall GetCommConfig(long ptr ptr) kernel32.GetCommConfig
@ stdcall GetCommMask(long ptr) kernel32.GetCommMask
@ stdcall GetCommModemStatus(long ptr) kernel32.GetCommModemStatus
@ stdcall GetCommProperties(long ptr) kernel32.GetCommProperties
@ stdcall GetCommState(long ptr) kernel32.GetCommState
@ stdcall GetCommTimeouts(long ptr) kernel32.GetCommTimeouts
@ stdcall PurgeComm(long long) kernel32.PurgeComm
@ stdcall SetCommBreak(long) kernel32.SetCommBreak
@ stdcall SetCommConfig(long ptr long) kernel32.SetCommConfig
@ stdcall SetCommMask(long long) kernel32.SetCommMask
@ stdcall SetCommState(long ptr) kernel32.SetCommState
@ stdcall SetCommTimeouts(long ptr) kernel32.SetCommTimeouts
@ stdcall SetupComm(long long long) kernel32.SetupComm
@ stdcall TransmitCommChar(long long) kernel32.TransmitCommChar
@ stdcall WaitCommEvent(long ptr ptr) kernel32.WaitCommEvent

View File

@ -198,6 +198,7 @@ my @dll_groups =
"api-ms-win-downlevel-normaliz-l1-1-0",
"api-ms-win-core-appcompat-l1-1-1",
"api-ms-win-core-atoms-l1-1-0",
"api-ms-win-core-comm-l1-1-0",
"api-ms-win-core-debug-l1-1-0",
"api-ms-win-core-debug-l1-1-1",
"api-ms-win-core-delayload-l1-1-0",