kernel32: Add TRACE to SetCommState.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2015-12-18 21:51:21 -07:00 committed by Alexandre Julliard
parent 101d70fd48
commit 60226ee37d

View file

@ -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);