mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
include: Add DOF_* definitions.
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
19f2c4473b
commit
223a2099f4
1 changed files with 7 additions and 0 deletions
|
@ -2158,6 +2158,13 @@ typedef struct tagDROPSTRUCT
|
|||
DWORD dwControlData;
|
||||
} DROPSTRUCT, *PDROPSTRUCT, *LPDROPSTRUCT;
|
||||
|
||||
#define DOF_EXECUTABLE 0x8001
|
||||
#define DOF_DOCUMENT 0x8002
|
||||
#define DOF_DIRECTORY 0x8003
|
||||
#define DOF_MULTIPLE 0x8004
|
||||
#define DOF_PROGMAN 0x0001
|
||||
#define DOF_SHELLDATA 0x0002
|
||||
|
||||
/* modifiers for RegisterHotKey */
|
||||
#define MOD_ALT 0x0001
|
||||
#define MOD_CONTROL 0x0002
|
||||
|
|
Loading…
Reference in a new issue