From bb7c60962d8d3fd970236c263efa2e22284df69e Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 18 Aug 2003 09:43:24 +0000 Subject: 2003-08-17 Danny Smith * include/commctrl.h (TB_*) Group defines together. 2003-08-17 Martin Fuchs * 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. --- winsup/w32api/include/winuser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'winsup/w32api/include/winuser.h') 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) -- cgit v1.2.3