Add support for Windows 11 detection

This commit is contained in:
Alexander Bock
2022-04-08 13:33:35 +02:00
parent 6eba57730f
commit ae91e9409b
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@ namespace {
OS os = CpuCap.operatingSystem();
switch (os) {
case OS::Windows10:
case OS::Windows10or11:
case OS::WindowsServer2016:
case OS::WindowsVista:
case OS::WindowsServer2008: