include: Add WT_ defines for use with RegisterWaitForSingleObject.

oldstable
Mike McCormack 2006-02-15 11:50:58 +01:00 committed by Alexandre Julliard
parent ae39454d5a
commit 948c49cbde
1 changed files with 12 additions and 0 deletions

View File

@ -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