diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-02-22 21:17:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-02-22 21:17:14 (GMT) |
commit | 07448025782175253319b1330ea0a1ab3cb0b5d0 (patch) | |
tree | a65b45bbea287fe45c91962dfd9e855ef5037f50 /win/tclWinInt.h | |
parent | cb2f9cccfbc8007a93a1010bbabe4614939b94a2 (diff) | |
parent | f5bf130f05e3dcf636ef831f017d5672c594660a (diff) | |
download | tcl-07448025782175253319b1330ea0a1ab3cb0b5d0.zip tcl-07448025782175253319b1330ea0a1ab3cb0b5d0.tar.gz tcl-07448025782175253319b1330ea0a1ab3cb0b5d0.tar.bz2 |
merge 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 65eb400..6bdaa67 100644 --- a/win/tclWinInt.h +++ b/win/tclWinInt.h @@ -40,12 +40,6 @@ typedef struct TclWinProcs { MODULE_SCOPE TclWinProcs tclWinProcs; -#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. |