comctl32: Extend the LVTILEINFO structure.

This commit is contained in:
Francois Gouget 2009-06-15 18:43:39 +02:00 committed by Alexandre Julliard
parent 281382afe3
commit 51ff3d5d5e

View File

@ -3652,6 +3652,8 @@ typedef struct LVTILEINFO
int iItem;
UINT cColumns;
PUINT puColumns;
/* (_WIN32_WINNT >= 0x0600) */
int* piColFmt;
} LVTILEINFO, *PLVTILEINFO;
typedef struct LVTILEVIEWINFO