mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 22:47:54 +02:00
* change ContextTrackingMode field to boolean. Mantis #26892
git-svn-id: trunk@28883 -
This commit is contained in:
parent
ada39d530f
commit
20833d4bc9
@ -1485,7 +1485,7 @@ Const
|
||||
SECURITY_QUALITY_OF_SERVICE = record
|
||||
Length : DWORD;
|
||||
ImpersonationLevel : SECURITY_IMPERSONATION_LEVEL;
|
||||
ContextTrackingMode : WINBOOL; // SECURITY_CONTEXT_TRACKING_MODE
|
||||
ContextTrackingMode : BOOLEAN; // SECURITY_CONTEXT_TRACKING_MODE
|
||||
EffectiveOnly : BOOLEAN;
|
||||
end;
|
||||
PSECURITY_QUALITY_OF_SERVICE = ^SECURITY_QUALITY_OF_SERVICE;
|
||||
|
Loading…
Reference in New Issue
Block a user