diff options
| author | ruki <[email protected]> | 2024-02-04 21:32:08 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-04 21:32:08 +0800 |
| commit | 0b1a758fe7f4432bc82c5ddb178d9d2e1c6b9d9d (patch) | |
| tree | 2a4da19451712bb9b9934c1e7c401a4474734612 | |
| parent | 79f6d8712b1b85e2ae089b92295a7aadc8cae4b6 (diff) | |
| parent | 7818857f56ebe6a02a29f75e211253db03d50880 (diff) | |
Merge pull request #4691 from xiaobfly/xmake_wdk
support wdk 10.0.22621.0 on windows
| -rw-r--r-- | xmake/modules/os/winver.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xmake/modules/os/winver.lua b/xmake/modules/os/winver.lua index c7a4a6394..7bb18a5c9 100644 --- a/xmake/modules/os/winver.lua +++ b/xmake/modules/os/winver.lua @@ -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 |
