Nikolay Sivov : comctl32/rebar: Update Rebar structure.
Module: wine Branch: master Commit: 759b914c9e5afe5f8ea8295da2c3132033f81a91 URL: http://source.winehq.org/git/wine.git/?a=commit;h=759b914c9e5afe5f8ea8295da2... Author: Nikolay Sivov <bunglehead(a)gmail.com> Date: Sun Jun 28 03:40:20 2009 +0400 comctl32/rebar: Update Rebar structure. --- include/commctrl.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/commctrl.h b/include/commctrl.h index 2c887d0..beecb52 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -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;
participants (1)
-
Alexandre Julliard