Oops, didn't see the commented section.

svn path=/trunk/; revision=33535
This commit is contained in:
Gregor Brunmar
2008-05-15 20:13:40 +00:00
parent 937c311155
commit c65c9124fa
+2 -2
View 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;
}