diff --git a/src/ext/Util/ca/scaexec.cpp b/src/ext/Util/ca/scaexec.cpp index 136828aa3..a51227710 100644 --- a/src/ext/Util/ca/scaexec.cpp +++ b/src/ext/Util/ca/scaexec.cpp @@ -155,7 +155,6 @@ extern "C" UINT __stdcall DropSmb(MSIHANDLE hInstall) } - static HRESULT AddUserToGroup( __in LPWSTR wzUser, __in LPCWSTR wzUserDomain, @@ -293,6 +292,7 @@ static HRESULT RemoveUserFromGroup( return hr; } + static HRESULT GetUserHasRight( __in LSA_HANDLE hPolicy, __in PSID pUserSid, diff --git a/src/ext/Util/ca/scauser.h b/src/ext/Util/ca/scauser.h index de6900867..e1d1cb941 100644 --- a/src/ext/Util/ca/scauser.h +++ b/src/ext/Util/ca/scauser.h @@ -1,5 +1,6 @@ #pragma once // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + #include "scagroup.h" enum USER_EXISTS diff --git a/src/ext/Util/wixlib/UtilExtension_Platform.wxi b/src/ext/Util/wixlib/UtilExtension_Platform.wxi index 71166d4fc..35f204392 100644 --- a/src/ext/Util/wixlib/UtilExtension_Platform.wxi +++ b/src/ext/Util/wixlib/UtilExtension_Platform.wxi @@ -135,10 +135,10 @@ - - + + - + @@ -146,10 +146,10 @@ - - - - + + + +