mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[PSDK] Add COWAIT_DEFAULT
This commit is contained in:
@@ -692,6 +692,7 @@ CoRegisterChannelHook(
|
||||
|
||||
typedef enum tagCOWAIT_FLAGS
|
||||
{
|
||||
COWAIT_DEFAULT = 0x00000000,
|
||||
COWAIT_WAITALL = 0x00000001,
|
||||
COWAIT_ALERTABLE = 0x00000002,
|
||||
COWAIT_INPUTAVAILABLE = 0x00000004
|
||||
|
||||
Reference in New Issue
Block a user