From b3062216f2dec1c08dbe11dc8bafd35dff15af20 Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 4 Nov 2008 23:56:59 +0000 Subject: * generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it confuses builds when used with private headers installed. --- ChangeLog | 11 +++++++++-- generic/tclPort.h | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 14e41f9..75831d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +2008-11-04 Jeff Hobbs + + * generic/tclPort.h: remove the ../win/ header dir as the build + system already has it, and it confuses builds when used with + private headers installed. + 2008-10-24 Pat Thoyts - * library/http/http.tcl: Backported a fix for reading HTTP-like protocols - that used to work and were broken with http 2.7. Now http 2.7.2 + * library/http/http.tcl: Backported a fix for reading HTTP-like + protocols that used to work and were broken with http 2.7. Now + http 2.7.2 2008-10-23 Don Porter diff --git a/generic/tclPort.h b/generic/tclPort.h index ad98823..efc5a73 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclPort.h,v 1.15 2005/05/10 18:34:47 kennykb Exp $ + * RCS: @(#) $Id: tclPort.h,v 1.15.10.1 2008/11/04 23:56:59 hobbs Exp $ */ #ifndef _TCLPORT @@ -22,7 +22,7 @@ #include "tcl.h" #if defined(__WIN32__) -# include "../win/tclWinPort.h" +# include "tclWinPort.h" #else # include "tclUnixPort.h" #endif -- cgit v0.12