Files
Nim/lib/pure
Jacek Sieka 53c31aef67 windows: prefer 64-bit time_t (#25666)
time_t should be a 64-bit type on all relevant windows CRT versions
including mingw-w64 - MSDN recommends against using the 32-bit version
which only is happens when `_USE_32BIT_TIME_T` is explicitly defined -
instead of guessing (and guessing wrong, as happens with recent mingw
versions), we can simply use the 64-bit version always.

(cherry picked from commit e53058dee0)
2026-04-01 08:35:13 +02:00
..
2015-10-01 12:05:45 -07:00
2024-05-16 23:22:49 +02:00
2026-01-09 08:48:46 +01:00
2021-01-09 00:24:41 +01:00
2025-01-15 10:17:51 +01:00
2022-12-03 21:25:49 +08:00
2026-02-21 12:58:25 +01:00
2025-01-15 10:17:51 +01:00