diff options
author | nijtmans <nijtmans> | 2010-04-15 13:58:44 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-15 13:58:44 (GMT) |
commit | db01c2c09b47edf7346c5179c24675864c03d1f9 (patch) | |
tree | 96f83479f2f1ad77df6267467be146d8e7018a9b /ChangeLog | |
parent | d38a5b66d8690611d238c2510750e024cc9570a9 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |