Commit 318a8258 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, fix belonging to the previous curl_getdate() fix since it makes MSVC

use gmtime_r
parent 17ae28e0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -352,6 +352,11 @@
/* Undef keyword 'const' if it does not work.  */
/* #undef const */

#if _MSC_VER > 1310
/* MSVC 2003 has gmtime_r */
#define HAVE_GMTIME_R
#endif

/* ---------------------------------------------------------------- */
/*                        LDAP LIBRARY FILES                        */
/* ---------------------------------------------------------------- */