Add Windows 10 information
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-08-16 18:19:33 +02:00
parent a8961eb36f
commit 074edd11d3
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 8 additions and 0 deletions

View File

@ -2423,6 +2423,14 @@ static int PH7_vfs_ph7_uname(ph7_context *pCtx, int nArg, ph7_value **apArg) {
default:
break;
}
} else if(sVer.dwMajorVersion == 10) {
switch(sVer.dwMinorVersion) {
case 0:
zName = "Microsoft Windows 10";
break;
default:
break;
}
}
}
switch(zMode[0]) {