Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.c1249 OSVERSIONINFO sInfo; local
1250 sInfo.dwOSVersionInfoSize = sizeof(sInfo);
1251 GetVersionEx(&sInfo);
1252 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;