From 51ff3d5d5e59e4cb33e231a2484961e69bb2b9f2 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 15 Jun 2009 18:43:39 +0200 Subject: [PATCH] comctl32: Extend the LVTILEINFO structure. --- include/commctrl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/commctrl.h b/include/commctrl.h index 6347dffc907..b064c01537d 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