https://git.reactos.org/?p=reactos.git;a=commitdiff;h=876085212976bf5bb37b3ff0b747d3c4f552127a
commit 876085212976bf5bb37b3ff0b747d3c4f552127a Author: Mark Jansen <[email protected]> AuthorDate: Sat Jun 18 21:23:43 2022 +0200 Commit: Mark Jansen <[email protected]> CommitDate: Tue Sep 6 21:11:09 2022 +0200 [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
