diff options
Diffstat (limited to 'common/os/os.h')
-rw-r--r-- | common/os/os.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/os/os.h b/common/os/os.h index d0717fd0..62acf829 100644 --- a/common/os/os.h +++ b/common/os/os.h @@ -24,9 +24,6 @@ * If HOME environment variable is set then it is used. * 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 @@ -38,9 +35,6 @@ int getvnchomedir(char **dirp); * If HOME environment variable is set then it is used. * 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 |