rename _mkgmtime as timegm on win32
This commit is contained in:
@@ -13,3 +13,7 @@
|
||||
#else
|
||||
#include_next <time.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define timegm(tm) _mkgmtime(tm)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user