Skip to content
  • Jon Turney's avatar
    Use __USE_MINGW_ANSI_STDIO for MinGW build · 60a53649
    Jon Turney authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
    Use __USE_MINGW_ANSI_STDIO for ANSI C99 compatible implementation of printf()
    and friends on MinGW
    
    Perhaps we don't need this, if all the printf formats used are in the subset
    supported by MSVCRT, but it's easier to turn this on than audit every
    single format string...
    60a53649