diff --git a/src/first.h b/src/first.h index f02925e0b..f168ba4c2 100644 --- a/src/first.h +++ b/src/first.h @@ -68,11 +68,9 @@ #define _POSIX #define __USE_MINGW_ALARM 1 /* https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/ */ -#define __USE_MINGW_ANSI_STDIO 1 -/*#include */ +#include #undef __printf__ -/*#define __printf__ __MINGW_PRINTF_FORMAT*/ -#define __printf__ __gnu_printf__ +#define __printf__ __MINGW_PRINTF_FORMAT /* override pid_t before is included; modified from: * /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/types.h */ #ifndef _PID_T_