win32: replace timegm by _mkgmtime, bump version 2.0.15
This commit is contained in:
parent
ed5b366341
commit
effeee105c
@ -12,6 +12,8 @@
|
||||
#include <time.h>
|
||||
#if defined(__linux__) || defined(__APPLE__)
|
||||
#include <iconv.h>
|
||||
#elif defined(__WIN32__) || defined(_WIN32)
|
||||
#define timegm _mkgmtime
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------//
|
||||
|
@ -1 +1 @@
|
||||
2.0.15
|
||||
2.0.16
|
||||
|
Loading…
x
Reference in New Issue
Block a user