comctl32: Extend the LVTILEINFO structure.

Francois Gouget fgouget at free.fr
Mon Jun 15 11:43:39 CDT 2009


---

This structure is unused in Wine so the change in size should not cause 
any issue.


 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
-- 
1.6.3.1




More information about the wine-patches mailing list