Browse Source

* change ContextTrackingMode field to boolean. Mantis #26892

git-svn-id: trunk@28883 -
marco 10 years ago
parent
commit
20833d4bc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -1485,7 +1485,7 @@ Const
      SECURITY_QUALITY_OF_SERVICE = record
      SECURITY_QUALITY_OF_SERVICE = record
           Length : DWORD;
           Length : DWORD;
           ImpersonationLevel : SECURITY_IMPERSONATION_LEVEL;
           ImpersonationLevel : SECURITY_IMPERSONATION_LEVEL;
-          ContextTrackingMode : WINBOOL;    // SECURITY_CONTEXT_TRACKING_MODE
+          ContextTrackingMode : BOOLEAN;    // SECURITY_CONTEXT_TRACKING_MODE
           EffectiveOnly : BOOLEAN;
           EffectiveOnly : BOOLEAN;
        end;
        end;
      PSECURITY_QUALITY_OF_SERVICE = ^SECURITY_QUALITY_OF_SERVICE;
      PSECURITY_QUALITY_OF_SERVICE = ^SECURITY_QUALITY_OF_SERVICE;