1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

disable debug code

This commit is contained in:
FunkyFr3sh 2023-04-09 20:07:43 +02:00
parent 50d4c0aa81
commit 9b028e6376

View File

@ -17,7 +17,7 @@
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{ {
/**/ /*
TRACE( TRACE(
" uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n", " uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n",
dbg_mes_to_str(uMsg), dbg_mes_to_str(uMsg),
@ -26,7 +26,7 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
wParam, wParam,
lParam, lParam,
lParam); lParam);
*/
static BOOL in_size_move = FALSE; static BOOL in_size_move = FALSE;
static int redraw_count = 0; static int redraw_count = 0;