Alex Henrie : kernel32: Add TRACE to SetCommState.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 23 18:22:08 CST 2015


Module: wine
Branch: master
Commit: 60226ee37de52b470b98efa13f9a5e065cedc77b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=60226ee37de52b470b98efa13f9a5e065cedc77b

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Fri Dec 18 21:51:21 2015 -0700

kernel32: Add TRACE to SetCommState.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/comm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/kernel32/comm.c b/dlls/kernel32/comm.c
index 1c6f1af..f6c1270 100644
--- a/dlls/kernel32/comm.c
+++ b/dlls/kernel32/comm.c
@@ -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);




More information about the wine-cvs mailing list