- most stat stuff done.
This commit is contained in:
parent
c15e868b0f
commit
d2fa4d0ff9
12 changed files with 158 additions and 52 deletions
|
|
@ -243,7 +243,7 @@ void I_DetectOS(void)
|
|||
if (info.dwMinorVersion == 0)
|
||||
{
|
||||
osname = (info.wProductType == VER_NT_WORKSTATION) ? "Vista" : "Server 2008";
|
||||
sys_ostype = 1; // legacy OS
|
||||
sys_ostype = 2; // legacy OS
|
||||
}
|
||||
else if (info.dwMinorVersion == 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue