On 27 November 2014 at 16:43, Liviu Ionescu <i...@livius.net> wrote:
> in qemu-common.h:
>
> #ifdef _WIN32
> #include "sysemu/os-win32.h"
> #endif
>
> #ifdef __MINGW32__
> #include "sysemu/os-win32.h"
> #endif

Wait, so your mingw toolchain doesn't define _WIN32 ??
That seems likely to break a lot of other code that does
ifdef checks on _WIN32.

-- PMM

Reply via email to