aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/gdi32.zig
AgeCommit message (Collapse)Author
2023-10-29std: delete psapi, gdi32, and winmmAndrew Kelley
The only remaining Windows APIs now are the ones that the standard library itself depends on for its cross-platform abstractions. closes #4426
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
The proposal #9629 is now accepted, usingnamespace stays but no longer puts identifiers in scope.
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
Down to 19 uses of `usingnamespace`.
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
We already have a LICENSE file that covers the Zig Standard Library. We no longer need to remind everyone that the license is MIT in every single file. Previously this was introduced to clarify the situation for a fork of Zig that made Zig's LICENSE file harder to find, and replaced it with their own license that required annual payments to their company. However that fork now appears to be dead. So there is no need to reinforce the copyright notice in every single file.
2020-12-31Year++Frank Denis
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-08-20add license header to all std lib filesAndrew Kelley
add SPDX license identifier copyright ownership is zig contributors
2020-04-15translate-c cleanup and zig fmtVexu
2020-04-14Added gdi32.zig and More user32 definitionsJakub