mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Oops, didn't see the commented section.
svn path=/trunk/; revision=33535
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user