summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-26 10:07:54 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-26 10:07:54 (GMT)
commitd83a20092e76a4ffa04b93db5517ce205841daec (patch)
tree1a4008352cb9c4ba3beb774d89baf2f28807ce6d
parent4b67a9506ba46713d3d2c88962ec1efef7325576 (diff)
downloadtcl-d83a20092e76a4ffa04b93db5517ce205841daec.zip
tcl-d83a20092e76a4ffa04b93db5517ce205841daec.tar.gz
tcl-d83a20092e76a4ffa04b93db5517ce205841daec.tar.bz2
proposed fix for Bug 3598300
-rw-r--r--generic/tclPort.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h
index 7021b8d..12a60db 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -19,11 +19,10 @@
#endif
#if defined(_WIN32)
# include "tclWinPort.h"
-#endif
-#include "tcl.h"
-#if !defined(_WIN32)
+#else
# include "tclUnixPort.h"
#endif
+#include "tcl.h"
#if !defined(LLONG_MIN)
# ifdef TCL_WIDE_INT_IS_LONG