summaryrefslogtreecommitdiff
path: root/zen/sys_info.h
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-05-10 08:05:45 -0400
committerB. Stack <bgstack15@gmail.com>2021-05-10 08:05:45 -0400
commit0d0f8635218a2893fcd00385019089253474f634 (patch)
tree9261c60b81eb28e068f0f2f44fd8e60214462b2a /zen/sys_info.h
parentMerge branch '11.9' into 'master' (diff)
downloadFreeFileSync-0d0f8635218a2893fcd00385019089253474f634.tar.gz
FreeFileSync-0d0f8635218a2893fcd00385019089253474f634.tar.bz2
FreeFileSync-0d0f8635218a2893fcd00385019089253474f634.zip
add upstream 11.10
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r--zen/sys_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h
index 54dc1aca..0126ad2f 100644
--- a/zen/sys_info.h
+++ b/zen/sys_info.h
@@ -14,7 +14,7 @@ namespace zen
{
//COM needs to be initialized before calling any of these functions! CoInitializeEx/CoUninitialize
-Zstring getUserName(); //throw FileError
+Zstring getLoginUser(); //throw FileError
struct ComputerModel
{
bgstack15