aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/any-windows-any/string.h
AgeCommit message (Collapse)Author
2025-02-24mingw: Update MinGW-w64 headers to 3839e21b08807479a31d5a9764666f82ae2f0356.Alex Rønne Petersen
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.
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