From 876085212976bf5bb37b3ff0b747d3c4f552127a Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sat, 18 Jun 2022 21:23:43 +0200 Subject: [PATCH] [PSDK] Add COWAIT_DEFAULT --- sdk/include/psdk/objbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/include/psdk/objbase.h b/sdk/include/psdk/objbase.h index e93356c469c..d12f399d855 100644 --- a/sdk/include/psdk/objbase.h +++ b/sdk/include/psdk/objbase.h @@ -692,6 +692,7 @@ CoRegisterChannelHook( typedef enum tagCOWAIT_FLAGS { + COWAIT_DEFAULT = 0x00000000, COWAIT_WAITALL = 0x00000001, COWAIT_ALERTABLE = 0x00000002, COWAIT_INPUTAVAILABLE = 0x00000004