Commit 759b914c authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/rebar: Update Rebar structure.

parent 753407ef
......@@ -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;
......
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