Francois Gouget : comctl32: Extend the LVTILEINFO structure.

Alexandre Julliard julliard at winehq.org
Tue Jun 16 09:09:34 CDT 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jun 15 18:43:39 2009 +0200

comctl32: Extend the LVTILEINFO structure.

---

 include/commctrl.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 6347dff..b064c01 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -3652,6 +3652,8 @@ typedef struct LVTILEINFO
 	int iItem;
 	UINT cColumns;
 	PUINT puColumns;
+        /* (_WIN32_WINNT >= 0x0600) */
+	int* piColFmt;
 } LVTILEINFO, *PLVTILEINFO;
 
 typedef struct LVTILEVIEWINFO




More information about the wine-cvs mailing list