[ros-diffs] [gbrunmar] 33535: Oops, didn't see the commented section.

gbrunmar at svn.reactos.org gbrunmar at svn.reactos.org
Thu May 15 22:13:41 CEST 2008


Author: gbrunmar
Date: Thu May 15 15:13:40 2008
New Revision: 33535

URL: http://svn.reactos.org/svn/reactos?rev=33535&view=rev
Log:
Oops, didn't see the commented section.

Modified:
    trunk/reactos/dll/win32/user32/controls/listbox.c

Modified: trunk/reactos/dll/win32/user32/controls/listbox.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/controls/listbox.c?rev=33535&r1=33534&r2=33535&view=diff
==============================================================================
--- trunk/reactos/dll/win32/user32/controls/listbox.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/user32/controls/listbox.c [iso-8859-1] Thu May 15 15:13:40 2008
@@ -3448,9 +3448,9 @@
         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;
     }
 



More information about the Ros-diffs mailing list