Commit 1ebdd6b9 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

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

parent 6799aaf3
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment