Oops, didn't see the commented section.
authorGregor Brunmar <gbrunmar.ros@gmail.com>
Thu, 15 May 2008 20:13:40 +0000 (20:13 +0000)
committerGregor Brunmar <gbrunmar.ros@gmail.com>
Thu, 15 May 2008 20:13:40 +0000 (20:13 +0000)
svn path=/trunk/; revision=33535

reactos/dll/win32/user32/controls/listbox.c

index 587913f..24af22b 100644 (file)
@@ -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;
     }