mirror of
https://github.com/curl/curl.git
synced 2025-09-20 19:12:40 +03:00
oops, fix belonging to the previous curl_getdate() fix since it makes MSVC
use gmtime_r
This commit is contained in:
parent
17ae28e0fe
commit
318a8258fd
|
@ -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 */
|
||||
/* ---------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue
Block a user