(Windows 10) Windows 10 should be major number 10

This commit is contained in:
twinaphex 2016-05-02 03:16:46 +02:00
parent 906b94966b
commit 3be2491232

View file

@ -111,6 +111,9 @@ static void frontend_win32_get_os(char *s, size_t len, int *major, int *minor)
switch (*major)
{
case 10:
strlcpy(s, "Windows 10", len);
break;
case 6:
switch (*minor)
{