Puetz Kevin A : objbase.h: Add COWAIT_DEFAULT declaration.

Alexandre Julliard julliard at winehq.org
Tue Feb 4 15:33:20 CST 2020


Module: wine
Branch: master
Commit: 7039631c78170750586460500195551e52da653d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7039631c78170750586460500195551e52da653d

Author: Puetz Kevin A <PuetzKevinA at JohnDeere.com>
Date:   Tue Feb  4 14:31:56 2020 +0100

objbase.h: Add COWAIT_DEFAULT declaration.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/objbase.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/objbase.h b/include/objbase.h
index 75280d6de7..0eae397b43 100644
--- a/include/objbase.h
+++ b/include/objbase.h
@@ -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




More information about the wine-cvs mailing list