zig/std/os/windows
Andrew Kelley 15e59eb142
remove deprecated, unused windows functions
* `CryptAcquireContextA`
 * `CryptReleaseContext`
 * `CryptGenRandom`

See https://github.com/ziglang/zig/issues/534#issuecomment-422208368
2018-09-17 20:07:48 -04:00
..
advapi32.zig remove deprecated, unused windows functions 2018-09-17 20:07:48 -04:00
error.zig run zig fmt on the codebase 2018-05-29 04:23:38 -04:00
index.zig switch most windows calls to use W versions instead of A 2018-09-02 23:25:04 -04:00
kernel32.zig fix zig fmt on windows 2018-09-12 14:26:21 -04:00
ntdll.zig use RtlCaptureStackBackTrace on windows 2018-08-29 16:35:51 -04:00
ole32.zig zig fmt 2018-08-27 19:25:40 -04:00
shell32.zig self-hosted: share C++ code for finding libc on windows 2018-07-20 23:38:13 -04:00
util.zig fix zig fmt on windows 2018-09-12 14:26:21 -04:00