On 10/18/2017 09:12 AM, Thomas Huth wrote:
> On 17.10.2017 18:44, Philippe Mathieu-Daudé wrote:
>> this file in include in "target/i386/hax-i386.h":
>>
>> #ifdef CONFIG_WIN32
>> #include "target/i386/hax-windows.h"
>> #endif
>>
>> which guaranty than sysemu/os-win32.h is previously incl
On 17.10.2017 18:44, Philippe Mathieu-Daudé wrote:
> this file in include in "target/i386/hax-i386.h":
>
> #ifdef CONFIG_WIN32
> #include "target/i386/hax-windows.h"
> #endif
>
> which guaranty than sysemu/os-win32.h is previously included (CONFIG_WIN32)
which guaranties that ... ?
this file in include in "target/i386/hax-i386.h":
#ifdef CONFIG_WIN32
#include "target/i386/hax-windows.h"
#endif
which guaranty than sysemu/os-win32.h is previously included (CONFIG_WIN32)
Suggested-by: Peter Maydell
Signed-off-by: Philippe Mathieu-Daudé
---
target/i386/hax-windo