diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-08 12:48:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-08 12:48:35 (GMT) |
commit | 36098aafd9bbd015808f0607f94acc590d192e0d (patch) | |
tree | 9381bb4c2640a933674027bc6032b2d3b65cc3cb /win/tclWinInt.h | |
parent | 48ce21e3a9c2c9da4e4674bf08275e378629a0e3 (diff) | |
parent | c561dfd719f6be6ea7616f20cbdba31798e31539 (diff) | |
download | tcl-36098aafd9bbd015808f0607f94acc590d192e0d.zip tcl-36098aafd9bbd015808f0607f94acc590d192e0d.tar.gz tcl-36098aafd9bbd015808f0607f94acc590d192e0d.tar.bz2 |
Rebase to trunk
Diffstat (limited to 'win/tclWinInt.h')
-rw-r--r-- | win/tclWinInt.h | 6 |
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. |