use ansi stdio on mingw host too

This commit is contained in:
Dave Murphy 2021-05-09 13:38:10 +01:00
parent e952463476
commit c108162819

View File

@ -155,7 +155,7 @@ case $PLATFORM in
fi
;;
MINGW32* )
cppflags="-D__USE_MINGW_ACCESS"
cppflags="-D__USE_MINGW_ACCESS -D__USE_MINGW_ANSI_STDIO=1"
;;
esac