diff options
author | mdejong <mdejong> | 2001-07-19 06:40:09 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-19 06:40:09 (GMT) |
commit | 524b0f2d00b99d18e37e281905c73ec37c565a66 (patch) | |
tree | fe7eccd416cacef313f40a0b5962129a67ea87cd /ChangeLog | |
parent | 6cc38d5ff36cfbb941affae49796516273ec66a7 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |