Searched refs:osType (Results 1 – 1 of 1) sorted by relevance
1247 static int osType = 0; /* 0=unknown 1=win95 2=winNT */ local1248 if( osType==0 ){1252 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;1254 return osType==2;