mirror of
https://github.com/curl/curl.git
synced 2026-05-16 10:06:21 +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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue