13
0

fix #ifdef in localtime_r header (from Valeriy)

This commit is contained in:
Paul Davis 2014-03-12 09:37:49 -04:00
parent d52eb5bf23
commit f15932a5c2

View File

@ -9,7 +9,7 @@
#elif defined __MINGW64__
# ifdef (localtime_r)
# ifdef localtime_r
# undef localtime_r
# endif