diff options
author | hobbs <hobbs> | 2008-11-04 23:57:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-11-04 23:57:41 (GMT) |
commit | df2152c1d6f0dc3b0e0aa8de8c0e1cd2730ea6d5 (patch) | |
tree | 4256a8bd6a1787289e03cb9d459e4633cb2f712c /generic | |
parent | 5f1da59e1ccac3b890ca539bc9780d97a2bdbff8 (diff) | |
download | tcl-df2152c1d6f0dc3b0e0aa8de8c0e1cd2730ea6d5.zip tcl-df2152c1d6f0dc3b0e0aa8de8c0e1cd2730ea6d5.tar.gz tcl-df2152c1d6f0dc3b0e0aa8de8c0e1cd2730ea6d5.tar.bz2 |
* 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.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclPort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h index ad98823..d145468 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.16 2008/11/04 23:57:41 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 |