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