From 1f3b7b5cfc7ca3bf335ed3fc062a0009e0a9dcb8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 5 Aug 2022 17:47:29 +0300 Subject: =?UTF-8?q?fixes=20#3143=20(autoexec=5F*.ini=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D1=80=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D1=81=D0=BB=D0=B5=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82?= =?UTF-8?q?=D0=B0,=20=D1=85=D0=BE=D1=82=D1=8F=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=8D=D1=82=D0=BE=D0=B3=D0=BE=20=D0=B4=D0=BE=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D0=BE=20=D0=BF=D1=80=D0=B0=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_utils.h b/include/m_utils.h index a9914f93f7..e7bff67f1a 100644 --- a/include/m_utils.h +++ b/include/m_utils.h @@ -486,7 +486,7 @@ namespace PU MIR_APP_DLL(bool) IsProcessElevated(); // Launches pu_stub.exe with elevated priviledges if needed - MIR_APP_DLL(bool) PrepareEscalation(); + MIR_APP_DLL(bool) PrepareEscalation(const wchar_t *pwszFile = nullptr); MIR_APP_DLL(int) SafeCopyFile(const wchar_t *pSrc, const wchar_t *pDst); MIR_APP_DLL(int) SafeMoveFile(const wchar_t *pSrc, const wchar_t *pDst); -- cgit v1.2.3