aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/advapi32.zig
AgeCommit message (Expand)Author
2024-11-02std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.Alex Rønne Petersen
2023-07-23std.os.windows.advapi32: add RegLoadAppKeyWEric Joldasov
2023-07-23std.os.windows.advapi32: add RegGetValueWEric Joldasov
2023-03-07std.os.windows.advapi32: Add RegCloseKeyGaëtan
2023-02-24fix RegQueryValueExW apiGaëtan S
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
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
2020-01-02Implement the callconv() annotationLemonBoy
2019-09-25mv std/ lib/Andrew Kelley