aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/any-windows-any/float.h
AgeCommit message (Collapse)Author
2025-06-11mingw: Update MinGW-w64 headers to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e.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
2021-06-04update mingw-w64 headers to v9.0.0Andrew Kelley
2020-11-05Updated mingw-w64 to version 8.0.0Alexandros Naskos
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