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

Alexandre Julliard julliard at winehq.org
Mon Jul 19 11:05:30 CDT 2010


Module: wine
Branch: master
Commit: 1ebdd6b94506237f5f687e4b48f1e29df5916730
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1ebdd6b94506237f5f687e4b48f1e29df5916730

Author: Vincent Povirk <vincent at 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) {




More information about the wine-cvs mailing list