mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
forgot to save this one before committing
svn path=/trunk/; revision=31105
This commit is contained in:
parent
609e6d2ac0
commit
04b04c90ab
1 changed files with 1 additions and 1 deletions
|
@ -2696,7 +2696,7 @@ static LRESULT WINAPI ListBoxWndProc_common( HWND hwnd, UINT msg,
|
||||||
}
|
}
|
||||||
if (descr->style & LBS_COMBOBOX) lphc = descr->lphc;
|
if (descr->style & LBS_COMBOBOX) lphc = descr->lphc;
|
||||||
|
|
||||||
TRACE("[%p]: msg %s wp %08x lp %08lx\n",
|
TRACE("[%p]: msg %s wp %08lx lp %08lx\n",
|
||||||
hwnd, SPY_GetMsgName(msg, hwnd), wParam, lParam );
|
hwnd, SPY_GetMsgName(msg, hwnd), wParam, lParam );
|
||||||
|
|
||||||
switch(msg)
|
switch(msg)
|
||||||
|
|
Loading…
Reference in a new issue