user32: Don't dump structures of some ambiguous listview messages.

This commit is contained in:
Vincent Povirk 2010-07-16 15:11:04 -05:00 committed by Alexandre Julliard
parent 6799aaf34a
commit 1ebdd6b945
1 changed files with 0 additions and 3 deletions

View File

@ -2329,13 +2329,10 @@ static void SPY_DumpStructure(const SPY_INSTANCE *sp_e, BOOL enter)
switch (sp_e->msgnum)
{
case LVM_INSERTITEMW:
case LVM_INSERTITEMA:
case LVM_SETITEMW:
case LVM_SETITEMA:
if (!enter) break;
/* fall through */
case LVM_GETITEMW:
case LVM_GETITEMA:
{
LPLVITEMA item = (LPLVITEMA) sp_e->lParam;
if (item) {