Module: wine Branch: master Commit: 1ebdd6b94506237f5f687e4b48f1e29df5916730 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1ebdd6b94506237f5f687e4b48...
Author: Vincent Povirk vincent@codeweavers.com Date: Fri Jul 16 15:11:04 2010 -0500
user32: Don't dump structures of some ambiguous listview messages.
---
dlls/user32/spy.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/user32/spy.c b/dlls/user32/spy.c index 1ed768f..26bd741 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) {