Home
last modified time | relevance | path

Searched refs:osType (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.c1247 static int osType = 0; /* 0=unknown 1=win95 2=winNT */ local
1248 if( osType==0 ){
1252 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
1254 return osType==2;