summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-08 10:34:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-08 10:34:57 (GMT)
commit38cfc0dc1366ca379dae1e0b46b49c953362b043 (patch)
treeb13769b0047671d6f58be1d66cc3fa9aa3c130b9 /win/tclWinInt.h
parenta54ec2aacbcefc9937f752af4178841cc53e9d25 (diff)
parent5861e21598de0fa797735436c93a90ca3b32bc24 (diff)
downloadtcl-38cfc0dc1366ca379dae1e0b46b49c953362b043.zip
tcl-38cfc0dc1366ca379dae1e0b46b49c953362b043.tar.gz
tcl-38cfc0dc1366ca379dae1e0b46b49c953362b043.tar.bz2
MSVC 6.0 does not have the %I modifier
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index 882b811..22ad8e9 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -33,6 +33,12 @@
# define TCL_I_MODIFIER ""
#endif
+#ifdef _WIN64
+# define TCL_I_MODIFIER "I"
+#else
+# define TCL_I_MODIFIER ""
+#endif
+
/*
* Declarations of functions that are not accessible by way of the
* stubs table.