diff --git a/flips.h b/flips.h index ed4387e..49fd073 100644 --- a/flips.h +++ b/flips.h @@ -47,6 +47,9 @@ //#define _WIN32_IE 0x0600 //#define __MSVCRT_VERSION__ 0x0601 #define NOMINMAX // this seems automatically on in C++ - crazy. +#include +#undef __USE_MINGW_ANSI_STDIO // must remove this, to avoid a libgcc_s_sjlj-1.dll dependency on 32bit + // comments say libstdc++ demands a POSIX printf, but I'm not using that, so I don't care #include #include #include