2004-02-11 Pat Thoyts <patthoyts@users.sourceforge.net>

* include/winuser.h (DFC_POPUPMENU): Add define.
This commit is contained in:
Danny Smith 2004-02-11 19:46:21 +00:00
parent 897c785600
commit 0081315542
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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