diff --git a/fmt/posix.h b/fmt/posix.h index c3ce964a..0f6fe681 100644 --- a/fmt/posix.h +++ b/fmt/posix.h @@ -10,11 +10,6 @@ #ifndef FMT_POSIX_H_ #define FMT_POSIX_H_ -#if defined(__MINGW32__) || defined(__CYGWIN__) -// Workaround MinGW bug https://sourceforge.net/p/mingw/bugs/2024/. -# undef __STRICT_ANSI__ -#endif - #include #include // for O_RDONLY #include // for locale_t