mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 17:44:19 +08:00
fix a conditional compilation error
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ dump_message (const MSG* msg, const char* name)
|
||||
name, msg->message, Message2Str (msg->message),
|
||||
msg->hwnd, (PVOID)msg->wParam, (PVOID)msg->lParam);
|
||||
#else
|
||||
_MG_PRINTF ("Message(%s): %u, Wnd: %p, wP: %p, lP: %p.\n",
|
||||
_MG_PRINTF ("Message(%s) for %s: %u, Wnd: %p, wP: %p, lP: %p.\n",
|
||||
#ifdef _MGHAVE_VIRTUAL_WINDOW
|
||||
msg->pSyncMsg?"SYNC":"NORM",
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user