diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-08-18 09:43:24 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-08-18 09:43:24 +0000 |
commit | bb7c60962d8d3fd970236c263efa2e22284df69e (patch) | |
tree | 40642a583ea8b07bacd372a2b82295db1d4d5626 /winsup/w32api/include/winuser.h | |
parent | 981f9625f313573ed6560d992baa57b1fdac0d57 (diff) | |
download | cygnal-bb7c60962d8d3fd970236c263efa2e22284df69e.tar.gz cygnal-bb7c60962d8d3fd970236c263efa2e22284df69e.tar.bz2 cygnal-bb7c60962d8d3fd970236c263efa2e22284df69e.zip |
2003-08-17 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (TB_*) Group defines together.
2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>
* include/winuser.h (ICON_SMALL2): Define.
* include/commctrl.h (TB_SETBUTTONWIDTH,TB_SETDRAWTEXTFLAGS):
Define.
* include/shlobj.h (SHDRAGIMAGE): Define structure.
(IDragSourceHelper) Define interface.
(IDropTargetHelper): Likewise.
(IExtractIcon): Unicode it.
(ICommDlgBrowser): Use IShellView type as param in OnDefaultCommand,
OnStateChange and IncludeObject methods.
Diffstat (limited to 'winsup/w32api/include/winuser.h')
-rw-r--r-- | winsup/w32api/include/winuser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h index 8879002f1..e6ba9b98e 100644 --- a/winsup/w32api/include/winuser.h +++ b/winsup/w32api/include/winuser.h @@ -1958,6 +1958,9 @@ extern "C" { #define WA_CLICKACTIVE 2 #define ICON_SMALL 0 #define ICON_BIG 1 +#if _WIN32_WINNT >= 0x0501 +#define ICON_SMALL2 2 +#endif #define HBMMENU_CALLBACK ((HBITMAP) -1) #define HBMMENU_SYSTEM ((HBITMAP)1) #define HBMMENU_MBAR_RESTORE ((HBITMAP)2) |