diff options
author | B. Stack <bgstack15@gmail.com> | 2022-06-26 16:00:37 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-06-26 16:00:37 +0000 |
commit | 2a026bc7d76875b88700bebc7c5a801fef881bfd (patch) | |
tree | f820b53379f3d14e103e2663e8b0ecd38d1b2105 /zen/sys_info.h | |
parent | Merge branch 'b11.21' into 'master' (diff) | |
parent | add upstream 11.22 (diff) | |
download | FreeFileSync-2a026bc7d76875b88700bebc7c5a801fef881bfd.tar.gz FreeFileSync-2a026bc7d76875b88700bebc7c5a801fef881bfd.tar.bz2 FreeFileSync-2a026bc7d76875b88700bebc7c5a801fef881bfd.zip |
Merge branch '11.22' into 'master'11.22
add upstream 11.22
See merge request opensource-tracking/FreeFileSync!45
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r-- | zen/sys_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h index 0393e1fb..ce07d7a1 100644 --- a/zen/sys_info.h +++ b/zen/sys_info.h @@ -35,6 +35,7 @@ Zstring getRealProcessPath(); //throw FileError Zstring getUserDownloadsPath(); //throw FileError Zstring getUserDataPath(); //throw FileError +Zstring getUserHome(); //throw FileError } #endif //SYSTEM_H_4189731847832147508915 |