qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszk


From: Ian Jackson
Subject: Re: [Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszka).
Date: Wed, 21 May 2008 14:17:37 +0100

consul writes ("[Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan 
Kiszka)."):
> Target arm-softmmu still does not compile on Windows. The fix is trivial, 
> please apply it (or my previous patch, if you wish).

> +#ifdef _WIN32
> +    Sleep(1000);
> +#else
>      sleep(1);
> +#endif

Surely this should be in osdep.h as a conditional definition of sleep.

Ian.




reply via email to

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