[PSDK] Add COWAIT_DEFAULT

This commit is contained in:
Mark Jansen 2022-06-18 21:23:43 +02:00
parent 334c7cee35
commit 8760852129
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -692,6 +692,7 @@ CoRegisterChannelHook(
typedef enum tagCOWAIT_FLAGS
{
COWAIT_DEFAULT = 0x00000000,
COWAIT_WAITALL = 0x00000001,
COWAIT_ALERTABLE = 0x00000002,
COWAIT_INPUTAVAILABLE = 0x00000004