mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 03:57:08 +03:00
ed36dbbd9c
that's all this commit does. further commits will fix cli flags and such. see #2221
4 lines
183 B
Zig
4 lines
183 B
Zig
usingnamespace @import("bits.zig");
|
|
|
|
pub extern "shell32" stdcallcc fn SHGetKnownFolderPath(rfid: *const KNOWNFOLDERID, dwFlags: DWORD, hToken: ?HANDLE, ppszPath: *[*]WCHAR) HRESULT;
|