<div dir="ltr">Hi Remi,<br><br>Sorry for the confusion.<br><br>Previously mingw-w64 had defines like this <br><br>#define localtime_r( ......<br>#define gmtime_r( ...... <br><br>so autotools did not pick these up as functions as they were #defines<br><br>I got a patch merged where these are now actual functions in the mingw-w64 crt<br>autotools now detects gmtime_r and localtime_r so HAVE_GMTIME_R and HAVE_LOCALTIME_R get defined.<br><br>On mingw-w64 we still need time.h to be included in vlc_fixups.h otherwise we will get undefined references to the time function itself.<br><br>by "emulation functions" I mean that gmtime_r and localtime_r are implemented using the windows api.<br>The mingw-w64 team calls these emulated functions.<br>They are also thread safe just incase you were wondering :)<br><br>Kindest Regards<br>Martell<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 18, 2014 at 3:11 PM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net" target="_blank">remi@remlab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 2014-11-18 17:50, Martell Malone a écrit :<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have added emulation functions for gmtime_r and localtime_r to<br>
mingw-w64.<br>
As a result on latest mingw-w64 trunk HAVE_GMTIME_R<br>
and HAVE_LOCALTIME_R are defined so we need to add an extra option<br>
for mingw-w64 to include time.h in fixups.<br>
</blockquote>
<br></span>
I am not sure what you exactly mean by "emulation functions" and I don't follow the rest.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Rémi Denis-Courmont<br>
______________________________<u></u>_________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/<u></u>listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div>