diff options
| -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 |
