aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/any-windows-any/setupapi.h
AgeCommit message (Collapse)Author
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.
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