mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[WINESYNC] kernel32: Add TRACE to SetCommState.
Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id 60226ee37de52b470b98efa13f9a5e065cedc77b by Alex Henrie <[email protected]>
This commit is contained in:
@@ -812,6 +812,8 @@ BOOL WINAPI SetCommState( HANDLE handle, LPDCB lpdcb)
|
||||
SERIAL_CHARS sc;
|
||||
DWORD dwBytesReturned;
|
||||
|
||||
TRACE("handle %p, ptr %p\n", handle, lpdcb);
|
||||
|
||||
if (lpdcb == NULL)
|
||||
{
|
||||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
|
||||
Reference in New Issue
Block a user