Commits on Source (7)
-
Steve Lhomme authored
The mingw-w64 variant is equivalent to ours. No need to do a special case. These are GNU functions, not C11 or POSIX functions.
dddae218 -
Steve Lhomme authored
It's not set in configure.ac either.
5643ba03 -
Steve Lhomme authored
It forces __USE_MINGW_ANSI_STDIO, M_PI and some functions we already have done better in compat.
a7b55fa7 -
Steve Lhomme authored
It forces __USE_MINGW_ANSI_STDIO, M_PI and some functions we already have done better in compat.
42d230be -
Steve Lhomme authored
The PRId64, PRIi64, etc. are properly defined since at least mingw-w64 5 which is the minimum we support. snprintf, vsnprintf and swprintf officially exists in the Windows SDK and in mingw-w64 5.
39039374 -
Steve Lhomme authored
It would use the proper call via mingw-w64 anyway.
c74f0a8e -
Steve Lhomme authored
This is the job of mingw-w64 to pick the proper variant when we set __USE_MINGW_ANSI_STDIO. In fact when including stdio.h it undefines our defines.
b2a7a5b3