diff --git a/src/wndproc.c b/src/wndproc.c index eee69fa..736c626 100644 --- a/src/wndproc.c +++ b/src/wndproc.c @@ -17,7 +17,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { - /**/ + /* TRACE( " uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n", dbg_mes_to_str(uMsg), @@ -26,7 +26,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam wParam, lParam, lParam); - + */ static BOOL in_size_move = FALSE; static int redraw_count = 0;