efl_net_dialer_http: fix build on windows.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 9 Dec 2016 21:23:22 +0000 (19:23 -0200)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Fri, 9 Dec 2016 21:32:14 +0000 (19:32 -0200)
commit345bba3ef105969c8f8644818918165db936ccd7
treea2927e9ceb66599b5a29a4c6186f55825d838da0
parente5b3d43c4f7930eae8d1671aa35360cdc830ff67
efl_net_dialer_http: fix build on windows.

Windows time_t is not a long, but long-long, then stick with int64_t
so it works everywhere (converts to time_t internally).

And there is no gmtime_r(), then use the gmtime() if not detected.
configure.ac
src/lib/ecore_con/efl_net_dialer_http.c
src/lib/ecore_con/efl_net_dialer_http.eo