mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[PSDK] Add COWAIT_DEFAULT
This commit is contained in:
parent
334c7cee35
commit
8760852129
1 changed files with 1 additions and 0 deletions
|
@ -692,6 +692,7 @@ CoRegisterChannelHook(
|
|||
|
||||
typedef enum tagCOWAIT_FLAGS
|
||||
{
|
||||
COWAIT_DEFAULT = 0x00000000,
|
||||
COWAIT_WAITALL = 0x00000001,
|
||||
COWAIT_ALERTABLE = 0x00000002,
|
||||
COWAIT_INPUTAVAILABLE = 0x00000004
|
||||
|
|
Loading…
Reference in a new issue