diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-04 10:50:14 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-04 10:50:14 -0500 |
commit | 75bc2e56125125511a0505718dcb2c3d4150a933 (patch) | |
tree | b8252ff8a09d9143ed2dc299d082f9d86535c1a2 /zen/sys_info.h | |
parent | Merge branch 'b11.15' into 'master' (diff) | |
download | FreeFileSync-75bc2e56125125511a0505718dcb2c3d4150a933.tar.gz FreeFileSync-75bc2e56125125511a0505718dcb2c3d4150a933.tar.bz2 FreeFileSync-75bc2e56125125511a0505718dcb2c3d4150a933.zip |
add upstream 11.16
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r-- | zen/sys_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h index 0126ad2f..0393e1fb 100644 --- a/zen/sys_info.h +++ b/zen/sys_info.h @@ -15,6 +15,8 @@ namespace zen //COM needs to be initialized before calling any of these functions! CoInitializeEx/CoUninitialize Zstring getLoginUser(); //throw FileError +Zstring getUserDescription();//throw FileError + struct ComputerModel { |