mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Added definition for SEE_MASK_NOASYNC.
svn path=/trunk/; revision=31069
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user