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>
This commit is contained in:
parent
917b2a3641
commit
be974da9f6
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
MODULE = api-ms-win-core-comm-l1-1-0.dll
|
|
@ -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
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue