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:
parent
50d4c0aa81
commit
9b028e6376
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user