mirror of
https://github.com/ziglang/zig.git
synced 2026-02-09 11:03:30 +00:00
std.Target.Os.WindowsVersion: non-exhaustive enum
This commit is contained in:
parent
e683eee415
commit
1aef0bef75
@ -91,6 +91,7 @@ pub const Target = struct {
|
||||
win10_rs4 = 0x0A000005,
|
||||
win10_rs5 = 0x0A000006,
|
||||
win10_19h1 = 0x0A000007,
|
||||
_,
|
||||
|
||||
pub const Range = struct {
|
||||
min: WindowsVersion,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user