From f76994f1fb3e25c4563c9d8afce6bbc86701d1d2 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 20 Jun 2023 07:46:53 -0400 Subject: add upstream 12.4 --- zen/sys_info.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zen/sys_info.h') diff --git a/zen/sys_info.h b/zen/sys_info.h index ce07d7a1..ed5dc1d6 100644 --- a/zen/sys_info.h +++ b/zen/sys_info.h @@ -30,12 +30,14 @@ ComputerModel getComputerModel(); //throw FileError std::wstring getOsDescription(); //throw FileError -Zstring getRealProcessPath(); //throw FileError +Zstring getProcessPath(); //throw FileError Zstring getUserDownloadsPath(); //throw FileError Zstring getUserDataPath(); //throw FileError Zstring getUserHome(); //throw FileError + +bool runningElevated(); //throw FileError } #endif //SYSTEM_H_4189731847832147508915 -- cgit