diff options
author | mdejong <mdejong> | 2001-08-02 20:15:40 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-08-02 20:15:40 (GMT) |
commit | 38c017fab26e169e2f1201d1d1abdd756d93000c (patch) | |
tree | 4c0651659ddc2d0ca9eef97c4e9e42a694a297d5 /ChangeLog | |
parent | 66c75d0f01c6bf62380cdcae36801befc1b519d3 (diff) | |
download | tcl-38c017fab26e169e2f1201d1d1abdd756d93000c.zip tcl-38c017fab26e169e2f1201d1d1abdd756d93000c.tar.gz tcl-38c017fab26e169e2f1201d1d1abdd756d93000c.tar.bz2 |
* generic/tclPlatDecls.h:
* win/tclWinPort.h:
Revert <tchar.h> related changes made to improve
Cygwin support on 2001-07-18. This change ended
up breaking the VC++ build because of conflicts
between Windows APIs and internal Tk APIs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-08-02 Mo DeJong <mdejong@redhat.com> + + * generic/tclPlatDecls.h: + * win/tclWinPort.h: + Revert <tchar.h> related changes made to improve + Cygwin support on 2001-07-18. This change ended + up breaking the VC++ build because of conflicts + between Windows APIs and internal Tk APIs. + 2001-07-31 Vince Darley <vincentdarley@users.sourceforge.net> Changes from TIP#17 "Redo Tcl's filesystem" |