From 1ebdd6b94506237f5f687e4b48f1e29df5916730 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 16 Jul 2010 15:11:04 -0500 Subject: [PATCH] user32: Don't dump structures of some ambiguous listview messages. --- dlls/user32/spy.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/user32/spy.c b/dlls/user32/spy.c index 1ed768f89dc..26bd741ef68 100644 --- a/dlls/user32/spy.c +++ b/dlls/user32/spy.c @@ -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) {