[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:
winesync
2024-05-03 16:10:00 +02:00
committed by Timo Kreuzer
parent c908716094
commit 2d4d5b6359
+2
View File
@@ -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);