diff options
author | vincentdarley <vincentdarley> | 2003-04-14 16:34:39 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-04-14 16:34:39 (GMT) |
commit | 50b417df2168acee5032be173a1775380a6276c5 (patch) | |
tree | 087f616980a4a295ac1b0636e9b640305be256df /ChangeLog | |
parent | 490e91fb79a23c76883f37ec8930de79aeaf734e (diff) | |
download | tcl-50b417df2168acee5032be173a1775380a6276c5.zip tcl-50b417df2168acee5032be173a1775380a6276c5.tar.gz tcl-50b417df2168acee5032be173a1775380a6276c5.tar.bz2 |
vc++ 5.2 compile fix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ * generic/tclPathObj.c: * generic/tclFileSystem.h: overlooked one function which was duplicated, so this is now shared between modules. + * win/tclWinFile.c: allow this file to compile with VC++ 5.2 again + since Mingw build fixes broke that. 2003-04-13 Mo DeJong <mdejong@users.sourceforge.net> |