Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/static/win32/zig.zig
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@ pub const COLORREF = packed struct(u32) {
pub const gray: COLORREF = .rgb(128, 128, 128);
};

// These constants were removed from the metadata to allow each projection
// to define them however they like (see https://github.com/microsoft/win32metadata/issues/530)
pub const FALSE: win32.BOOL = 0;
pub const TRUE: win32.BOOL = 1;

/// Returns a formatter that will print the given error code using FormatMessage, i.e.
///
/// "The system cannot find the file specified."
Expand Down
Loading