summaryrefslogtreecommitdiff
path: root/src/mir_core
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-11-26 00:23:43 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-11-26 00:24:26 +0300
commit2b278ecaee38ec9bf7b8738b05778cda5388db5f (patch)
tree89169bd187460b785e341daccb6c77f3679b3076 /src/mir_core
parentd99628ac9cb165250a8575533507457a7d4c5f75 (diff)
added detection Win Home Single Language
Diffstat (limited to 'src/mir_core')
-rw-r--r--src/mir_core/src/winver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mir_core/src/winver.cpp b/src/mir_core/src/winver.cpp
index 15b70343a3..07faca4d1c 100644
--- a/src/mir_core/src/winver.cpp
+++ b/src/mir_core/src/winver.cpp
@@ -324,6 +324,9 @@ MIR_CORE_DLL(BOOL) GetOSDisplayString(wchar_t *buf, size_t bufSize)
case PRODUCT_WEB_SERVER:
ret.Append(L"Web Server Edition");
break;
+ case PRODUCT_CORE_SINGLELANGUAGE:
+ ret.Append(L"Home Single Language");
+ break;
}
if (sysInfo.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64)
ret.Append(L", 64-bit");