1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +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)
{
/**/
/*
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;