summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2008-11-04 23:56:59 (GMT)
committerhobbs <hobbs@noemail.net>2008-11-04 23:56:59 (GMT)
commit3ad71cb4163556a3ef96e31b6da5da8f7c45d51f (patch)
tree2a741b496e3137576fcedebafbdfd038109cbc9c /generic/tclPort.h
parent5779e49c68797299d15862524593d54bdbc8c082 (diff)
downloadtcl-3ad71cb4163556a3ef96e31b6da5da8f7c45d51f.zip
tcl-3ad71cb4163556a3ef96e31b6da5da8f7c45d51f.tar.gz
tcl-3ad71cb4163556a3ef96e31b6da5da8f7c45d51f.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. FossilOrigin-Name: 096a632f45dba60dd9ad55335f5924adaa0758be
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r--generic/tclPort.h4
1 files changed, 2 insertions, 2 deletions
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