mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Defined DFC_POPUPMENU
svn path=/trunk/; revision=4282
This commit is contained in:
parent
b0e9fcf187
commit
744b947f71
1 changed files with 1 additions and 0 deletions
|
@ -882,6 +882,7 @@ extern "C" {
|
|||
|
||||
/* DrawFrameControl */
|
||||
#define DFC_BUTTON (4)
|
||||
#define DFC_POPUPMENU (5)
|
||||
#define DFC_CAPTION (1)
|
||||
#define DFC_MENU (2)
|
||||
#define DFC_SCROLL (3)
|
||||
|
|
Loading…
Reference in a new issue