Module: wine Branch: master Commit: 51ff3d5d5e59e4cb33e231a2484961e69bb2b9f2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=51ff3d5d5e59e4cb33e231a248...
Author: Francois Gouget fgouget@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