aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/any-windows-any/time.h
AgeCommit message (Collapse)Author
2024-12-14mingw: Update headers to dcd7fefc703fb4b12187235386900d34cc13fdc5.Alex Rønne Petersen
2024-01-08update mingw-w64 headers to latest git commitAndrew Kelley
Upstream commit dddccbc3ef50ac52bf00723fd2f68d98140aab80 Martin Storsjö suggested synchronizing with git snapshots rather than waiting for tagged releases. Let's try this for a few releases of Zig and see how we like it. These headers were configured with `--with-default-msvcrt=ucrt`. See related issue #18477.
2022-10-11update mingw-w64 headers to v10.0.0Andrew Kelley
2020-11-05Updated mingw-w64 to version 8.0.0Alexandros Naskos
2020-03-05update mingw-w64 headers to v7.0.0Andrew Kelley
2019-07-15move lib dirs to lib subdirAndrew Kelley
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging