]> git.ipfire.org Git - thirdparty/curl.git/commit
time: enable 64-bit time_t in supported mingw environments
authorViktor Szakats <commit@vsz.me>
Sun, 21 Feb 2021 02:00:36 +0000 (02:00 +0000)
committerViktor Szakats <commit@vsz.me>
Sun, 21 Feb 2021 02:00:36 +0000 (02:00 +0000)
commit6b0f217c6597484ae82382cdbd85788e89263a5b
tree85bbd4818f929c8746de2c76e8a021f2d2314445
parent3d954e4e2638fc29a952ebaf1ef235fa2e98ee61
time: enable 64-bit time_t in supported mingw environments

(Unless 32-bit `time_t` is selected manually via the `_USE_32BIT_TIME_T`
mingw macro.)

Previously, 64-bit `time_t` was enabled on VS2005 and newer only, and
32-bit `time_t` was used on all other Windows builds.

Assisted-by: Jay Satiro
Closes #6636
lib/config-win32.h