summaryrefslogtreecommitdiffstats
path: root/win/tclWinPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclWinPort.h')
-rw-r--r--win/tclWinPort.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tclWinPort.h b/win/tclWinPort.h
index 358398d..d3dbb1b 100644
--- a/win/tclWinPort.h
+++ b/win/tclWinPort.h
@@ -19,10 +19,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
#define WIN32_LEAN_AND_MEAN
#include <windows.h>