From 948c49cbde80268d502ca20775838748f7a69a0a Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 15 Feb 2006 11:50:58 +0100 Subject: [PATCH] include: Add WT_ defines for use with RegisterWaitForSingleObject. --- include/winnt.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/winnt.h b/include/winnt.h index 5fd19f76405..199383bb5ac 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