2004-02-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* include/winuser.h (DFC_POPUPMENU): Add define.
This commit is contained in:
parent
897c785600
commit
0081315542
@ -1,3 +1,7 @@
|
||||
2004-02-11 Pat Thoyts <patthoyts@users.sourceforge.net>
|
||||
|
||||
* include/winuser.h (DFC_POPUPMENU): Add define.
|
||||
|
||||
2004-02-07 Dan Aloni <da-x@gmx.net>
|
||||
|
||||
* lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user