Files
Nim/lib
Jacek Sieka e53058dee0 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.
2026-03-31 09:52:11 +02:00
..
2017-02-20 17:24:19 +02:00
2026-02-20 16:41:06 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00