mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK] Update COWAIT_FLAGS.
svn path=/trunk/; revision=66496
This commit is contained in:
parent
fb0428980a
commit
383d18186d
1 changed files with 3 additions and 2 deletions
|
@ -677,8 +677,9 @@ CoRegisterChannelHook(
|
|||
|
||||
typedef enum tagCOWAIT_FLAGS
|
||||
{
|
||||
COWAIT_WAITALL = 0x00000001,
|
||||
COWAIT_ALERTABLE = 0x00000002
|
||||
COWAIT_WAITALL = 0x00000001,
|
||||
COWAIT_ALERTABLE = 0x00000002,
|
||||
COWAIT_INPUTAVAILABLE = 0x00000004
|
||||
} COWAIT_FLAGS;
|
||||
|
||||
_Check_return_
|
||||
|
|
Loading…
Reference in a new issue