On Fri, Feb 25, 2011 at 12:43 AM, Corentin Chary
<corentin.ch...@gmail.com> wrote:
>> Is there a special reason why you use __always_inline
>> instead of inline in bitops.h?
>
> Because it's not only a hint, I really want this function to be inlined.
>
>> This breaks compilation for mingw :-(
>>
>> mingw also fails at timersub() in vnc.c.
>
> Then we should defined timersub when not available.

There's also this one, struct timeval is missing:

 CC    ui/vnc-enc-zlib.o
In file included from /src/qemu/ui/vnc.c:27:0:
/src/qemu/ui/vnc.h:105:20: error: array type has incomplete element type
/src/qemu/ui/vnc.h:116:20: error: field 'last_freq_check' has incomplete type

Reply via email to