[mythtv] [mythtv-commits] mythtv commit: r10410 by mwoods

Daniel Kristjansson danielk at cuymedia.net
Thu Jul 6 20:40:18 UTC 2006


On Thu, 2006-07-06 at 19:43 +0000, mythtv at cvs.mythtv.org wrote:
>       Author: mwoods
>         Date: 2006-07-06 19:42:59 +0000 (Thu, 06 Jul 2006)
> New Revision: 10410
>    Changeset: http://cvs.mythtv.org/trac/changeset/10410
> 
> Modified:
> 
>    branches/windows-port/mythtv/libs/libmyth/httpcomms.cpp
> 
> Log:
> 
> convert usleep to Sleep for win32

I think it makes a lot more sense to create a compat.h
header that you can include in places like this and
have that contain a something like

inline void usleep(unsigned long msec) { Sleep(msec); }

-- Daniel



More information about the mythtv-dev mailing list