Commit 60226ee3 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

kernel32: Add TRACE to SetCommState.

parent 101d70fd
......@@ -808,6 +808,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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment