From c65c9124fa8a7e000334fe6d1e9d4ecb47ee3774 Mon Sep 17 00:00:00 2001 From: Gregor Brunmar Date: Thu, 15 May 2008 20:13:40 +0000 Subject: [PATCH] Oops, didn't see the commented section. svn path=/trunk/; revision=33535 --- reactos/dll/win32/user32/controls/listbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/user32/controls/listbox.c b/reactos/dll/win32/user32/controls/listbox.c index 587913fa05b..24af22b96ea 100644 --- a/reactos/dll/win32/user32/controls/listbox.c +++ b/reactos/dll/win32/user32/controls/listbox.c @@ -3448,9 +3448,9 @@ static LRESULT WINAPI ListBoxWndProc_common( HWND hwnd, UINT msg, break; default: - /*if ((msg >= WM_USER) && (msg < 0xc000)) + if ((msg >= WM_USER) && (msg < 0xc000)) WARN("[%p]: unknown msg %04x wp %08lx lp %08lx\n", - hwnd, msg, wParam, lParam );*/ + hwnd, msg, wParam, lParam ); break; }