Implement threading support for gtest on Windows.
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
Showing
Please register or sign in to comment
Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.