mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
Added definition for SEE_MASK_NOASYNC.
svn path=/trunk/; revision=31069
This commit is contained in:
parent
09fd3229a5
commit
b227bebec5
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ extern "C" {
|
|||
#define SEE_MASK_HOTKEY 0x20
|
||||
#define SEE_MASK_NOCLOSEPROCESS 0x40
|
||||
#define SEE_MASK_CONNECTNETDRV 0x80
|
||||
#define SEE_MASK_FLAG_DDEWAIT 0x100
|
||||
#define SEE_MASK_NOASYNC 0x00000100
|
||||
#define SEE_MASK_FLAG_DDEWAIT SEE_MASK_NOASYNC
|
||||
#define SEE_MASK_DOENVSUBST 0x200
|
||||
#define SEE_MASK_FLAG_NO_UI 0x400
|
||||
#define SEE_MASK_NO_CONSOLE 0x8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue