[7/11] include: Add WT_TRANSFER_IMPERSONATION to winnt.h.

Dan Hipschman dsh at linux.ucla.edu
Fri Jul 18 19:18:30 CDT 2008


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

diff --git a/include/winnt.h b/include/winnt.h
index f9ae9d4..28a3986 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -1913,6 +1913,7 @@ typedef CONTEXT *PCONTEXT;
 #define WT_EXECUTEINPERSISTENTTHREAD   0x80
 #define WT_EXECUTEINLONGTHREAD         0x10
 #define WT_EXECUTEDELETEWAIT           0x08
+#define WT_TRANSFER_IMPERSONATION      0x0100
 
 
 #define EXCEPTION_CONTINUABLE        0



More information about the wine-patches mailing list