[2/3] comctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHeader

Nikolay Sivov bunglehead at gmail.com
Tue Apr 21 05:53:05 CDT 2009


Changelog:
    - Add a TRACE(..) to LISTVIEW_CreateHeader

>From cc260be023c79b1d4d5b44069e9a3308ad220336 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Tue, 21 Apr 2009 05:27:19 -0400
Subject: Add a TRACE(..) to LISTVIEW_CreateHeader

---
 dlls/comctl32/listview.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 1ba8162..8f1489f 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -1377,6 +1377,8 @@ static INT LISTVIEW_CreateHeader(LISTVIEW_INFO *infoPtr)
 
     if (infoPtr->hwndHeader) return 0;
 
+    TRACE("Creating header for list %p\n", infoPtr->hwndSelf);
+
     /* setup creation flags */
     dFlags |= (LVS_NOSORTHEADER & infoPtr->dwStyle) ? 0 : HDS_BUTTONS;
     dFlags |= (LVS_NOCOLUMNHEADER & infoPtr->dwStyle) ? HDS_HIDDEN : 0;
-- 
1.5.6.5





More information about the wine-patches mailing list