mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
Replace them with `std.os.windows.OpenFile` instead. To allow creation/opening of directories, `std.os.windows.OpenFileOptions` now features a `.expect_dir: bool` member which is meant to emualate POSIX's `O_DIRECTORY` flag.