Module: wine Branch: refs/heads/master Commit: 70b2811e450f8a3ba2ebcd7d611de21baf9a6f39 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=70b2811e450f8a3ba2ebcd7d... Author: James Hawkins <truiken(a)gmail.com> Date: Mon May 8 02:33:17 2006 -0500 include: Add missing SECURITY_QUALITY_OF_SERVICE defines. --- include/winnt.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/winnt.h b/include/winnt.h index 321c278..53d9fb5 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -3517,6 +3517,8 @@ typedef enum _SECURITY_IMPERSONATION_LEV SecurityDelegation } SECURITY_IMPERSONATION_LEVEL, *PSECURITY_IMPERSONATION_LEVEL; +#define SECURITY_DYNAMIC_TRACKING (TRUE) +#define SECURITY_STATIC_TRACKING (FALSE) typedef BOOLEAN SECURITY_CONTEXT_TRACKING_MODE, * PSECURITY_CONTEXT_TRACKING_MODE;