diff options
Diffstat (limited to 'zenserver/testing/launch.cpp')
| -rw-r--r-- | zenserver/testing/launch.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp index f315ec1b4..1236e6adb 100644 --- a/zenserver/testing/launch.cpp +++ b/zenserver/testing/launch.cpp @@ -2,7 +2,7 @@ #include "launch.h" -#if ZEN_WITH_COMPUTE_SERVICES +#if ZEN_WITH_EXEC_SERVICES # include <zencore/compactbinary.h> # include <zencore/compactbinarybuilder.h> @@ -167,10 +167,10 @@ SandboxedJob::GrantNamedObjectAccess(PWSTR ObjectName, SE_OBJECT_TYPE ObjectType .grfAccessMode = GRANT_ACCESS, .grfInheritance = grfInhericance, .Trustee = {.pMultipleTrustee = nullptr, - .MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE, - .TrusteeForm = TRUSTEE_IS_SID, - .TrusteeType = TRUSTEE_IS_GROUP, - .ptstrName = (PWSTR)m_AppContainerSid}}; + .MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE, + .TrusteeForm = TRUSTEE_IS_SID, + .TrusteeType = TRUSTEE_IS_GROUP, + .ptstrName = (PWSTR)m_AppContainerSid}}; PACL OldAcl = nullptr; @@ -548,4 +548,4 @@ HttpLaunchService::CreateNewSandbox() } // namespace zen -#endif // ZEN_WITH_COMPUTE_SERVICES +#endif // ZEN_WITH_EXEC_SERVICES |