Mike McCormack : include: Add WT_ defines for use with RegisterWaitForSingleObject.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 15 07:00:52 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 948c49cbde80268d502ca20775838748f7a69a0a
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=948c49cbde80268d502ca20775838748f7a69a0a

Author: Mike McCormack <mike at codeweavers.com>
Date:   Wed Feb 15 11:50:58 2006 +0100

include: Add WT_ defines for use with RegisterWaitForSingleObject.

---

 include/winnt.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 5fd19f7..199383b 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -1774,6 +1774,18 @@ typedef CONTEXT *PCONTEXT;
 #define MAXIMUM_WAIT_OBJECTS 64
 #define MAXIMUM_SUSPEND_COUNT 127
 
+#define WT_EXECUTEDEFAULT              0x00
+#define WT_EXECUTEINIOTHREAD           0x01
+#define WT_EXECUTEINUITHREAD           0x02
+#define WT_EXECUTEINWAITTHREAD         0x04
+#define WT_EXECUTEONLYONCE             0x08
+#define WT_EXECUTELONGFUNCTION         0x10
+#define WT_EXECUTEINTIMERTHREAD        0x20
+#define WT_EXECUTEINPERSISTENTIOTHREAD 0x40
+#define WT_EXECUTEINPERSISTENTTHREAD   0x80
+#define WT_EXECUTEINLONGTHREAD         0x10
+#define WT_EXECUTEDELETEWAIT           0x08
+
 
 /*
  * From OS/2 2.0 exception handling




More information about the wine-cvs mailing list