summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-04-15 20:59:04 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-04-15 20:59:04 (GMT)
commit1a6eff809b4d5e97aa1d93d21be5c807a5649468 (patch)
tree772e33a755fb1d8b710fdcdca6ba78e2095c34da /ChangeLog
parenta136880555e7e4ff722b33bfa90d7bc5c9ef6f42 (diff)
downloadtcl-1a6eff809b4d5e97aa1d93d21be5c807a5649468.zip
tcl-1a6eff809b4d5e97aa1d93d21be5c807a5649468.tar.gz
tcl-1a6eff809b4d5e97aa1d93d21be5c807a5649468.tar.bz2
Corrected use of types to make compilation compatible with VC++5.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49f4224..fc6eda9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
* makefile.vc: Updated makefile.vc to conform with Mo DeJong's
changes to Makefile.in and tclWinPipe.c on 2003-04-14. Now passes
TCL_PIPE_DLL in place of TCL_DBGX.
+ * win/tclWinTime.c: Corrected use of types to make compilation
+ compatible with VC++5.
2003-04-15 Vince Darley <vincentdarley@users.sourceforge.net>