Home
last modified time | relevance | path

Searched defs:osIsNT (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_win.c1418 # define osIsNT() (1) macro
1420 # define osIsNT() (1) macro
1422 # define osIsNT() (0) macro
1424 # define osIsNT() ((sqlite3_os_type==2) || sqlite3_win32_is_nt()) macro