summaryrefslogtreecommitdiffstats
path: root/win/tclWinInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-08 12:48:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-08 12:48:35 (GMT)
commit36098aafd9bbd015808f0607f94acc590d192e0d (patch)
tree9381bb4c2640a933674027bc6032b2d3b65cc3cb /win/tclWinInt.h
parent48ce21e3a9c2c9da4e4674bf08275e378629a0e3 (diff)
parentc561dfd719f6be6ea7616f20cbdba31798e31539 (diff)
downloadtcl-36098aafd9bbd015808f0607f94acc590d192e0d.zip
tcl-36098aafd9bbd015808f0607f94acc590d192e0d.tar.gz
tcl-36098aafd9bbd015808f0607f94acc590d192e0d.tar.bz2
Rebase to trunk
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r--win/tclWinInt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/win/tclWinInt.h b/win/tclWinInt.h
index 43799d0..f74b6e1 100644
--- a/win/tclWinInt.h
+++ b/win/tclWinInt.h
@@ -53,12 +53,6 @@ MODULE_SCOPE TclWinProcs tclWinProcs;
#define VER_PLATFORM_WIN32_CE 3
#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.