Compiler rework merge #43

Merged
belliash merged 55 commits from compiler_rework into master 2018-08-16 21:28:49 +02:00
Showing only changes of commit 074edd11d3 - Show all commits

View File

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