Re: [PATCH] stdio: fix use of PRIdMAX on modern mingw

2015-05-20 Thread Eric Blake
On 01/05/2015 04:03 PM, Eric Blake wrote: > Commit cf88e56ab broke the use of PRIdMAX and friends on modern > mingw64 installations. Basically, when requesting > _USE_MINGW_ANSI_STDIO, not only does mingw turn on support for %lld, > it also rewrites to provide PRIdMAX as "lld" instead of > "I64d"

Re: [PATCH] stdio: fix use of PRIdMAX on modern mingw

2015-01-05 Thread Pádraig Brady
On 05/01/15 23:03, Eric Blake wrote: > Commit cf88e56ab broke the use of PRIdMAX and friends on modern > mingw64 installations. Basically, when requesting > _USE_MINGW_ANSI_STDIO, not only does mingw turn on support for %lld, > it also rewrites to provide PRIdMAX as "lld" instead of > "I64d" (but

[PATCH] stdio: fix use of PRIdMAX on modern mingw

2015-01-05 Thread Eric Blake
Commit cf88e56ab broke the use of PRIdMAX and friends on modern mingw64 installations. Basically, when requesting _USE_MINGW_ANSI_STDIO, not only does mingw turn on support for %lld, it also rewrites to provide PRIdMAX as "lld" instead of "I64d" (but only when is also included). But if a user i