changeset 2395:e149fc273f2b

Remove the __USE_MINGW_ANSI_STDIO hack.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 21:14:18 +0200
parents 147d40b708ea
children 679732e4cfed
files src/dmlib.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmlib.h	Thu Jan 09 20:59:20 2020 +0200
+++ b/src/dmlib.h	Thu Jan 09 21:14:18 2020 +0200
@@ -31,10 +31,6 @@
 // Check for arch bitness
 #if defined(__WIN64) || defined(_WIN64) || defined(_WIN32) || defined(__WIN32)
 #  define DM_PLAT_WINDOWS 1
-#  if defined(__MINGW32__) || defined(__MINGW64__)
-#     undef __USE_MINGW_ANSI_STDIO
-#     define __USE_MINGW_ANSI_STDIO 1
-#  endif
 #else
 #  define DM_PLAT_UNIX 1
 #endif