Skip to content

Commit

Permalink
Merge pull request #4691 from xiaobfly/xmake_wdk
Browse files Browse the repository at this point in the history
support wdk 10.0.22621.0 on windows
  • Loading branch information
waruqi authored Feb 4, 2024
2 parents 79f6d87 + 7818857 commit 0b1a758
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xmake/modules/os/winver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ function ntddi_version(name)
, rs1 = "0002"
, rs2 = "0003"
, rs3 = "0004"
, rs4 = "0005"
, rs5 = "0006"
, h1 = "0007"
, vb = "0008"
, nm = "0009"
, fe = "000A"
, co = "000B"
, ni = "000C"
}

-- get subvalue
Expand Down

0 comments on commit 0b1a758

Please sign in to comment.