From d299ddd2f27a437f0fc0cb49abdfd6dd8e3d94f8 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 2 Feb 2021 11:44:31 -0500 Subject: add upstream 11.6 --- zen/sys_info.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zen/sys_info.h') diff --git a/zen/sys_info.h b/zen/sys_info.h index 9cd328bb..1b046fb6 100644 --- a/zen/sys_info.h +++ b/zen/sys_info.h @@ -28,8 +28,9 @@ ComputerModel getComputerModel(); //throw FileError std::wstring getOsDescription(); //throw FileError -Zstring getDesktopPath(); //throw FileError -Zstring getProcessPath(); //throw FileError +Zstring getRealProcessPath(); //throw FileError + +Zstring getUserDownloadsPath(); //throw FileError } -- cgit