summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-11-24 21:37:30 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-11-24 21:37:30 (GMT)
commit606824a3b89b0a124d701d7ebfa57d7fa6d58875 (patch)
tree05a40b73bd86e723cbd875123315e1f9368baddc /generic/tclPort.h
parenta0231990974a2c8a7bc01a57b9680256b1439d90 (diff)
downloadtcl-606824a3b89b0a124d701d7ebfa57d7fa6d58875.zip
tcl-606824a3b89b0a124d701d7ebfa57d7fa6d58875.tar.gz
tcl-606824a3b89b0a124d701d7ebfa57d7fa6d58875.tar.bz2
* generic/tclPort.h: Relative include of tclWinPort.h returned as it was requiring
me set -I$(tcl_root)/win for my extensions that need to include tclInt.h and doesn't appear to serve any purpose on windows builds. FossilOrigin-Name: dd01d87bbfa71aa6da7f3bd69724e9a7172c01de
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 8761cae..3d9af28 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.12 2004/11/17 17:53:01 dgp Exp $
+ * RCS: @(#) $Id: tclPort.h,v 1.13 2004/11/24 21:37:31 davygrvy Exp $
*/
#ifndef _TCLPORT
@@ -22,7 +22,7 @@
#endif
#if defined(__WIN32__)
-# include "tclWinPort.h"
+# include "../win/tclWinPort.h"
#else
# include "tclUnixPort.h"
#endif