diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-17 15:44:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-17 15:44:01 (GMT) |
commit | c5500b60350f48a5de2b1217fa38cc678511a329 (patch) | |
tree | b9bf2ce2d2aa700f1c289bf0e8d113ce4be5108e /win/nmakehlp.c | |
parent | 0e057345422c670033e65792b8c69272862a5e74 (diff) | |
download | tcl-c5500b60350f48a5de2b1217fa38cc678511a329.zip tcl-c5500b60350f48a5de2b1217fa38cc678511a329.tar.gz tcl-c5500b60350f48a5de2b1217fa38cc678511a329.tar.bz2 |
Simplifications when assuming VS 2015 or later
Diffstat (limited to 'win/nmakehlp.c')
-rw-r--r-- | win/nmakehlp.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/nmakehlp.c b/win/nmakehlp.c index 7536ede..972e8b9 100644 --- a/win/nmakehlp.c +++ b/win/nmakehlp.c @@ -19,15 +19,6 @@ #include <stdio.h> #include <math.h> -/* - * This library is required for x64 builds with _some_ versions of MSVC - */ -#if defined(_M_IA64) || defined(_M_AMD64) -#if _MSC_VER >= 1400 && _MSC_VER < 1500 -#pragma comment(lib, "bufferoverflowU") -#endif -#endif - /* ISO hack for dumb VC++ */ #ifdef _MSC_VER #define snprintf _snprintf |