Commit 70b2811e authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

include: Add missing SECURITY_QUALITY_OF_SERVICE defines.

parent f6f7eddc
......@@ -3517,6 +3517,8 @@ typedef enum _SECURITY_IMPERSONATION_LEVEL {
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment