-
Implement threading support for gtest on Windows. · a6340420kosak authored
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
a6340420
×
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.