qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] MinGW build


From: Liviu Ionescu
Subject: Re: [Qemu-devel] MinGW build
Date: Thu, 27 Nov 2014 21:57:34 +0200

On 27 Nov 2014, at 21:34, Peter Maydell <address@hidden> wrote:

> 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.

good point! 

I removed the second #ifdef, and the build passed.

but the countless warnings are still there :-(


regards,

Liviu






reply via email to

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