Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
/* ---------------------------------------------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment