qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] MinGW build


From: Peter Maydell
Subject: Re: [Qemu-devel] MinGW build
Date: Thu, 27 Nov 2014 19:34:36 +0000

On 27 November 2014 at 16:43, Liviu Ionescu <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]