[vlc-devel] EPG on Win32 (#ifdef HAVE_LOCALTIME_R)
Rémi Denis-Courmont
remi at remlab.net
Wed Aug 19 08:32:37 CEST 2009
On Wed, 19 Aug 2009 08:08:38 +0200, Marian Ďurkovič <md at bts.sk> wrote:
> #if defined (HAVE_LOCALTIME_R) || defined (WIN32)
>
> What do you think?
I think we don't care about hopeless platforms lacking both localtime_r()
and a thread-safe localtime().
The #ifdef should not be needed at all since localtime_r() is implemented
in compat/
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list