| ... | @@ -14,8 +14,6 @@ const log = std.log.scoped(.libc_installation); | ... | @@ -14,8 +14,6 @@ const log = std.log.scoped(.libc_installation); |
| 14 | | 14 | |
| 15 | usingnamespace @import("windows_sdk.zig"); | 15 | usingnamespace @import("windows_sdk.zig"); |
| 16 | | 16 | |
| 17 | // TODO https://github.com/ziglang/zig/issues/6345 | | |
| 18 | | | |
| 19 | /// See the render function implementation for documentation of the fields. | 17 | /// See the render function implementation for documentation of the fields. |
| 20 | pub const LibCInstallation = struct { | 18 | pub const LibCInstallation = struct { |
| 21 | include_dir: ?[]const u8 = null, | 19 | include_dir: ?[]const u8 = null, |