summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-11 20:32:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-11 20:32:48 (GMT)
commit8e7a963f7fb10cc556337a18a652fd0c78c51029 (patch)
treea88544233a4bc1362697ed19312f29758138a7b2 /generic/tclIOUtil.c
parent3e3f2b135495753cad09a1f4bcaec5e460557e6f (diff)
downloadtcl-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.c2
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