mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
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>
|
2004-02-07 Dan Aloni <da-x@gmx.net>
|
||||||
|
|
||||||
* lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
|
* lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
|
||||||
|
@ -438,6 +438,9 @@ extern "C" {
|
|||||||
#define DFC_MENU 2
|
#define DFC_MENU 2
|
||||||
#define DFC_SCROLL 3
|
#define DFC_SCROLL 3
|
||||||
#define DFC_BUTTON 4
|
#define DFC_BUTTON 4
|
||||||
|
#if (WINVER >= 0x0500)
|
||||||
|
#define DFC_POPUPMENU 5
|
||||||
|
#endif /* WINVER >= 0x0500 */
|
||||||
#define DFCS_CAPTIONCLOSE 0
|
#define DFCS_CAPTIONCLOSE 0
|
||||||
#define DFCS_CAPTIONMIN 1
|
#define DFCS_CAPTIONMIN 1
|
||||||
#define DFCS_CAPTIONMAX 2
|
#define DFCS_CAPTIONMAX 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user