From fcdc19858e4f367ef4517ffa74957decae4d5662 Mon Sep 17 00:00:00 2001 From: Vince Darley Date: Fri, 21 May 2004 11:51:20 +0000 Subject: [PATCH] compilation fix --- ChangeLog | 5 +++++ win/makefile.vc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 308ce9b..e2f7810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-05-21 Vince Darley + + * win/makefile.vc: fix to compilation problem with new #includes + in Tcl 8.5. + 2004-05-21 Daniel Steffen * library/starkit.tcl: improved previous symbolic link patch by diff --git a/win/makefile.vc b/win/makefile.vc index b0e67a1..36aac85 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -141,7 +141,7 @@ RMDIR = deltree /Y INCLUDES = \ -I../../cvs-tcl/generic \ - -I../../cvs-tcl/windows \ + -I../../cvs-tcl/win \ -I$(TOOLS32)/include \ -I../generic -- 2.23.0