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.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user