diff options
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 086570d66..54f8db50a 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -325,7 +325,7 @@ #if defined(_MSC_VER) && !defined(SQLITE_OMIT_SEH) # define SQLITE_USE_SEH 1 #else -# undef SQLITE_USE_SEH 0 +# undef SQLITE_USE_SEH #endif /* |