summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-19 06:40:09 (GMT)
committermdejong <mdejong>2001-07-19 06:40:09 (GMT)
commit524b0f2d00b99d18e37e281905c73ec37c565a66 (patch)
treefe7eccd416cacef313f40a0b5962129a67ea87cd /ChangeLog
parent6cc38d5ff36cfbb941affae49796516273ec66a7 (diff)
downloadtcl-524b0f2d00b99d18e37e281905c73ec37c565a66.zip
tcl-524b0f2d00b99d18e37e281905c73ec37c565a66.tar.gz
tcl-524b0f2d00b99d18e37e281905c73ec37c565a66.tar.bz2
* generic/tclPlatDecls.h: Define TCHAR by including
windows.h instead of tchar.h since Cygwin does not support the tchar.h header. Include CHECK_UNICODE_CALLS logic from tclWinPort.h. * win/tclWinPort.h: Remove CHECK_UNICODE_CALLS logic. Remove include of windows.h since this now done it tclPlatDecls.h. * win/tclWinReg.c: Remove duplicate include of windows.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0e03fd..df6a0cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-07-18 Mo DeJong <mdejong@redhat.com>
+
+ * generic/tclPlatDecls.h: Define TCHAR by including
+ windows.h instead of tchar.h since Cygwin does not
+ support the tchar.h header. Include CHECK_UNICODE_CALLS
+ logic from tclWinPort.h.
+ * win/tclWinPort.h: Remove CHECK_UNICODE_CALLS logic.
+ Remove include of windows.h since this now done it
+ tclPlatDecls.h.
+ * win/tclWinReg.c: Remove duplicate include of windows.h.
+
2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* generic/tclIO.c: Aftermath to [SF #427196]. Squash empty buffers