aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 646683558..5a372aa30 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3396,7 +3396,7 @@ static int openDatabase(
goto opendb_out;
}
assert( db->pVfs!=0 );
-#if defined(SQLITE_OS_KV) || defined(SQLITE_OS_KV_OPTIONAL)
+#if SQLITE_OS_KV || defined(SQLITE_OS_KV_OPTIONAL)
if( sqlite3_stricmp(db->pVfs->zName, "kvvfs")==0 ){
db->temp_store = 2;
}