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

Isaac Richards ijr at case.edu
Thu Jul 6 20:58:30 UTC 2006


On Thursday 06 July 2006 4:40 pm, Daniel Kristjansson wrote:
> 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); }

Taking care not to confuse the u vs m parts, of course. =)

Isaac


More information about the mythtv-dev mailing list