diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-11 20:32:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-11 20:32:48 (GMT) |
commit | 8e7a963f7fb10cc556337a18a652fd0c78c51029 (patch) | |
tree | a88544233a4bc1362697ed19312f29758138a7b2 /generic/tclIOUtil.c | |
parent | 3e3f2b135495753cad09a1f4bcaec5e460557e6f (diff) | |
download | tcl-8e7a963f7fb10cc556337a18a652fd0c78c51029.zip tcl-8e7a963f7fb10cc556337a18a652fd0c78c51029.tar.gz tcl-8e7a963f7fb10cc556337a18a652fd0c78c51029.tar.bz2 |
Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index 63d16be..4b3eaa5 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -4699,7 +4699,7 @@ Tcl_FSGetFileSystemForPath( * Tcl_FSGetNativePath -- * * This function is for use by the Win/Unix native filesystems, so that - * they can easily retrieve the native (char* or TCHAR*) representation + * they can easily retrieve the native (char* or WCHAR*) representation * of a path. Other filesystems will probably want to implement similar * functions. They basically act as a safety net around * Tcl_FSGetInternalRep. Normally your file-system functions will always |