Re: [Qemu-devel] [PATCH] mingw32: Enable C99/POSIX format strings

2010-02-19 Thread Anthony Liguori
On 02/12/2010 04:02 AM, Stefan Weil wrote: Starting with mingw32-runtime 3.15, C99/POSIX format strings (%zu, %lld, ...) are supported by defining __USE_MINGW_ANSI_STDIO=1. As QEMU uses such format strings, unconditionally define this macro. It won't hurt on older revisions of mingw32-runtime.

[Qemu-devel] [PATCH] mingw32: Enable C99/POSIX format strings

2010-02-12 Thread Stefan Weil
Starting with mingw32-runtime 3.15, C99/POSIX format strings (%zu, %lld, ...) are supported by defining __USE_MINGW_ANSI_STDIO=1. As QEMU uses such format strings, unconditionally define this macro. It won't hurt on older revisions of mingw32-runtime. Tested with manually installed mingw32-runtim