summaryrefslogtreecommitdiffstats
path: root/generic/tclPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-09-22 16:41:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-09-22 16:41:50 (GMT)
commit7c6aafa73dceaadb3f407c14720da652cba9a66e (patch)
tree1e6472fd5b43f22f362b3a547d2959c0ca3cfee9 /generic/tclPlatDecls.h
parentff4ac7d4b94fc2fbf5d86b32718eac81f223f03b (diff)
downloadtcl-7c6aafa73dceaadb3f407c14720da652cba9a66e.zip
tcl-7c6aafa73dceaadb3f407c14720da652cba9a66e.tar.gz
tcl-7c6aafa73dceaadb3f407c14720da652cba9a66e.tar.bz2
Fix [https://core.tcl-lang.org/tk/tktview/832c2047bb|832c2047bb]: Windows: new compiler, new warnings..., Tcl part
Diffstat (limited to 'generic/tclPlatDecls.h')
-rw-r--r--generic/tclPlatDecls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPlatDecls.h b/generic/tclPlatDecls.h
index fb7f616..3f768e0 100644
--- a/generic/tclPlatDecls.h
+++ b/generic/tclPlatDecls.h
@@ -33,7 +33,7 @@
*/
#if (defined(_WIN32) || defined(__CYGWIN__)) && !defined(_TCHAR_DEFINED)
# if defined(_UNICODE)
- typedef wchar_t TCHAR;
+ typedef unsigned short TCHAR;
# else
typedef char TCHAR;
# endif