summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-04-15 13:58:44 (GMT)
committernijtmans <nijtmans>2010-04-15 13:58:44 (GMT)
commitdb01c2c09b47edf7346c5179c24675864c03d1f9 (patch)
tree96f83479f2f1ad77df6267467be146d8e7018a9b /ChangeLog
parentd38a5b66d8690611d238c2510750e024cc9570a9 (diff)
downloadtcl-db01c2c09b47edf7346c5179c24675864c03d1f9.zip
tcl-db01c2c09b47edf7346c5179c24675864c03d1f9.tar.gz
tcl-db01c2c09b47edf7346c5179c24675864c03d1f9.tar.bz2
Move inclusion of <tchar.h> from tclPlatDecls.h
to tclWinPort.h, where it belongs. Add fallback in tcl.h, so at least TCHAR typedef is always available in win32, even without <tchar.h> Tk already did the same in tkWinPort.h, now Tcl does it the same (correct) way.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3293de9..e82ec18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-04-15 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * win/tclWinPort.h: Move inclusion of <tchar.h> from
+ * generic/tcl.h tclPlatDecls.h to tclWinPort.h,
+ * generic/tclPlatDecls.h where it belongs. Add fallback in
+ tcl.h, so TCHAR is available in win32 always
+
2010-04-15 Donal K. Fellows <dkf@users.sf.net>
* doc/try.n: [Bug 2987551]: Fix typo.