mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
log wndproc
This commit is contained in:
parent
594cc4d8da
commit
845360b021
@ -17,12 +17,12 @@
|
||||
|
||||
LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
#ifdef _DEBUG_X
|
||||
#ifdef _DEBUG
|
||||
if (uMsg != WM_MOUSEMOVE && uMsg != WM_NCMOUSEMOVE && uMsg != WM_NCHITTEST && uMsg != WM_SETCURSOR &&
|
||||
uMsg != WM_KEYUP && uMsg != WM_KEYDOWN && uMsg != WM_CHAR && uMsg != WM_DEADCHAR && uMsg != WM_INPUT &&
|
||||
uMsg != WM_UNICHAR && uMsg != WM_IME_CHAR && uMsg != WM_IME_KEYDOWN && uMsg != WM_IME_KEYUP && uMsg != WM_TIMER)
|
||||
{
|
||||
TRACE_EXT(
|
||||
TRACE(
|
||||
" uMsg = %s (%d), wParam = %08X (%d), lParam = %08X (%d)\n",
|
||||
dbg_mes_to_str(uMsg),
|
||||
uMsg,
|
||||
|
Loading…
x
Reference in New Issue
Block a user