diff options
Diffstat (limited to 'zen/sys_info.h')
-rw-r--r-- | zen/sys_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/sys_info.h b/zen/sys_info.h index 4f83a9a3..54dc1aca 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 -std::wstring getUserName(); //throw FileError +Zstring getUserName(); //throw FileError struct ComputerModel { |