DescriptionFixing compilation issue when compiling gtest-all.cc with MINGW (tested with x86_64-w64-mingw32-g++ (GCC) 4.8.3).
MINGW don't support neither localtime_s not localtime_r but localtime is thread safe in this case because on Windows localtime use a single tm structure per thread. (http://msdn.microsoft.com/en-us/library/bf12f0hc.aspx)
Patch Set 1 #
MessagesTotal messages: 3
|