Dan Hipschman : include: Add WT_TRANSFER_IMPERSONATION to winnt.h.
Module: wine Branch: master Commit: d1a5011bb260f47c2a87e4f069af046253493500 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d1a5011bb260f47c2a87e4f069... Author: Dan Hipschman <dsh(a)linux.ucla.edu> Date: Tue Jul 22 18:10:37 2008 -0700 include: Add WT_TRANSFER_IMPERSONATION to winnt.h. --- 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
participants (1)
-
Alexandre Julliard