summaryrefslogtreecommitdiffstats
path: root/common/os/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/os/os.h')
-rw-r--r--common/os/os.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/os/os.h b/common/os/os.h
index fce21def..18e61e23 100644
--- a/common/os/os.h
+++ b/common/os/os.h
@@ -27,6 +27,9 @@
* Get home directory. If HOME environment variable is set then it is returned.
* Otherwise home directory is obtained via getpwuid function.
*
+ * Note for Windows:
+ * This functions returns array of TCHARs, not array of chars.
+ *
* Returns:
* 0 - Success
* -1 - Failure