Commit 7039631c authored by Puetz Kevin A's avatar Puetz Kevin A Committed by Alexandre Julliard

objbase.h: Add COWAIT_DEFAULT declaration.

parent c041605b
......@@ -392,6 +392,7 @@ HRESULT WINAPI CoRegisterChannelHook(REFGUID ExtensionGuid, IChannelHook *pChann
typedef enum tagCOWAIT_FLAGS
{
COWAIT_DEFAULT = 0x00000000,
COWAIT_WAITALL = 0x00000001,
COWAIT_ALERTABLE = 0x00000002,
COWAIT_INPUTAVAILABLE = 0x00000004
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment