comctl32/rebar: Update Rebar structure.
This commit is contained in:
parent
753407ef82
commit
759b914c9e
|
@ -1988,6 +1988,9 @@ typedef struct tagREBARBANDINFOA
|
||||||
UINT cxIdeal;
|
UINT cxIdeal;
|
||||||
LPARAM lParam;
|
LPARAM lParam;
|
||||||
UINT cxHeader;
|
UINT cxHeader;
|
||||||
|
/* _WIN32_WINNT >= 0x0600 */
|
||||||
|
RECT rcChevronLocation;
|
||||||
|
UINT uChevronState;
|
||||||
} REBARBANDINFOA, *LPREBARBANDINFOA;
|
} REBARBANDINFOA, *LPREBARBANDINFOA;
|
||||||
|
|
||||||
typedef REBARBANDINFOA const *LPCREBARBANDINFOA;
|
typedef REBARBANDINFOA const *LPCREBARBANDINFOA;
|
||||||
|
@ -2014,6 +2017,9 @@ typedef struct tagREBARBANDINFOW
|
||||||
UINT cxIdeal;
|
UINT cxIdeal;
|
||||||
LPARAM lParam;
|
LPARAM lParam;
|
||||||
UINT cxHeader;
|
UINT cxHeader;
|
||||||
|
/* _WIN32_WINNT >= 0x0600 */
|
||||||
|
RECT rcChevronLocation;
|
||||||
|
UINT uChevronState;
|
||||||
} REBARBANDINFOW, *LPREBARBANDINFOW;
|
} REBARBANDINFOW, *LPREBARBANDINFOW;
|
||||||
|
|
||||||
typedef REBARBANDINFOW const *LPCREBARBANDINFOW;
|
typedef REBARBANDINFOW const *LPCREBARBANDINFOW;
|
||||||
|
|
Loading…
Reference in New Issue