On 27 Nov 2014, at 21:34, Peter Maydell <peter.mayd...@linaro.org> wrote:

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

good point! 

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

but the countless warnings are still there :-(


regards,

Liviu




Reply via email to