diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|
