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: Paul Brook
Subject: Re: [Qemu-devel] Re: [4476] musicpal: Improve button handling (Jan Kiszka).
Date: Wed, 21 May 2008 15:07:05 +0100
User-agent: KMail/1.9.9

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

The real bug is that we're using sleep() in the first place :-)

Paul




reply via email to

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