Commit 8059c57a authored by captainwong's avatar captainwong

update

parent 48fadc2a
......@@ -9,7 +9,8 @@
#ifdef JLIB_WINDOWS
# include <windows.h>
# include <iomanip> // for std::get_time
# include <sstream> // std::istringstream
# include <iomanip> // std::get_time
static inline struct tm* gmtime_r(const time_t* timep, struct tm* result) {
gmtime_s(result, timep); return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment