tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[PSDK] Add COWAIT_DEFAULT
Mark Jansen
3 years ago
87608521
334c7cee
+1
1 changed file
expand all
collapse all
unified
split
sdk
include
psdk
objbase.h
+1
sdk/include/psdk/objbase.h
···
692
692
693
693
typedef enum tagCOWAIT_FLAGS
694
694
{
695
695
+
COWAIT_DEFAULT = 0x00000000,
695
696
COWAIT_WAITALL = 0x00000001,
696
697
COWAIT_ALERTABLE = 0x00000002,
697
698
COWAIT_INPUTAVAILABLE = 0x00000004