diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-29 10:04:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-29 10:04:24 (GMT) |
commit | 9efaa4d7f1aeb58c52fe41c62713b568a0833948 (patch) | |
tree | 53ef0f33fa4099e711d780587bd9717928983432 /win/tclWinPort.h | |
parent | 37d6f900991ec0280a7ecc776cd823f6cb1ab819 (diff) | |
parent | dc84eca339d2be8913965c070a8e99e532326934 (diff) | |
download | tcl-9efaa4d7f1aeb58c52fe41c62713b568a0833948.zip tcl-9efaa4d7f1aeb58c52fe41c62713b568a0833948.tar.gz tcl-9efaa4d7f1aeb58c52fe41c62713b568a0833948.tar.bz2 |
Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)
3 new testcases
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r-- | win/tclWinPort.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h index 6bfbf0c..8641e5e 100644 --- a/win/tclWinPort.h +++ b/win/tclWinPort.h @@ -18,10 +18,6 @@ /* See [Bug 3354324]: file mtime sets wrong time */ # define __MINGW_USE_VC2005_COMPAT #endif -#if !defined(__USE_MINGW_ANSI_STDIO) -/* See [Bug c975939973]: Usage of gnu_printf in latest mingw-w64 */ -# define __USE_MINGW_ANSI_STDIO 0 -#endif /* * We must specify the lower version we intend to support. |