2004-02-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* include/winuser.h (DFC_POPUPMENU): Add define.
This commit is contained in:
@ -438,6 +438,9 @@ extern "C" {
|
||||
#define DFC_MENU 2
|
||||
#define DFC_SCROLL 3
|
||||
#define DFC_BUTTON 4
|
||||
#if (WINVER >= 0x0500)
|
||||
#define DFC_POPUPMENU 5
|
||||
#endif /* WINVER >= 0x0500 */
|
||||
#define DFCS_CAPTIONCLOSE 0
|
||||
#define DFCS_CAPTIONMIN 1
|
||||
#define DFCS_CAPTIONMAX 2
|
||||
|
Reference in New Issue
Block a user