comctl32/rebar: Update Rebar structure.

oldstable
Nikolay Sivov 2009-06-28 03:40:20 +04:00 committed by Alexandre Julliard
parent 753407ef82
commit 759b914c9e
1 changed files with 6 additions and 0 deletions

View File

@ -1988,6 +1988,9 @@ typedef struct tagREBARBANDINFOA
UINT cxIdeal;
LPARAM lParam;
UINT cxHeader;
/* _WIN32_WINNT >= 0x0600 */
RECT rcChevronLocation;
UINT uChevronState;
} REBARBANDINFOA, *LPREBARBANDINFOA;
typedef REBARBANDINFOA const *LPCREBARBANDINFOA;
@ -2014,6 +2017,9 @@ typedef struct tagREBARBANDINFOW
UINT cxIdeal;
LPARAM lParam;
UINT cxHeader;
/* _WIN32_WINNT >= 0x0600 */
RECT rcChevronLocation;
UINT uChevronState;
} REBARBANDINFOW, *LPREBARBANDINFOW;
typedef REBARBANDINFOW const *LPCREBARBANDINFOW;