win32: replace timegm by _mkgmtime, bump version 2.0.15

This commit is contained in:
Mario Fink 2023-08-08 23:46:10 +02:00
parent ed5b366341
commit effeee105c
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
#include <time.h>
#if defined(__linux__) || defined(__APPLE__)
#include <iconv.h>
#elif defined(__WIN32__) || defined(_WIN32)
#define timegm _mkgmtime
#endif
//---------------------------------------------------------------------------//

View File

@ -1 +1 @@
2.0.15
2.0.16