Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c1244 static int osType = 0; /* 0=unknown 1=win95 2=winNT */ local
1245 if( osType==0 ){
1249 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
1251 return osType==2;