Commit 51ff3d5d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comctl32: Extend the LVTILEINFO structure.

parent 281382af
......@@ -3652,6 +3652,8 @@ typedef struct LVTILEINFO
int iItem;
UINT cColumns;
PUINT puColumns;
/* (_WIN32_WINNT >= 0x0600) */
int* piColFmt;
} LVTILEINFO, *PLVTILEINFO;
typedef struct LVTILEVIEWINFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment