aboutsummaryrefslogtreecommitdiff
path: root/src/wal.h
diff options
context:
space:
mode:
authordrh <>2023-08-21 15:29:21 +0000
committerdrh <>2023-08-21 15:29:21 +0000
commitba481c375688cbb62a5d0c1cdcd1bcd3a1b2c7c4 (patch)
treef75bb336d75c65d0c213eae8aed2e094ce373152 /src/wal.h
parent3404b452a42d9a80d0df652fada6bb35f87e8867 (diff)
downloadsqlite-ba481c375688cbb62a5d0c1cdcd1bcd3a1b2c7c4.tar.gz
sqlite-ba481c375688cbb62a5d0c1cdcd1bcd3a1b2c7c4.zip
ifdef adjustments so that SQLITE_OMIT_WAL works with SQLITE_USE_SEH.
FossilOrigin-Name: 0462a2612d1fc1d077acf60ef415f358aa2c44174c4ef28f4bbfdbcbf03d3b7c
Diffstat (limited to 'src/wal.h')
-rw-r--r--src/wal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wal.h b/src/wal.h
index d39bb50f3..1b17d2dfb 100644
--- a/src/wal.h
+++ b/src/wal.h
@@ -45,6 +45,7 @@
# define sqlite3WalFramesize(z) 0
# define sqlite3WalFindFrame(x,y,z) 0
# define sqlite3WalFile(x) 0
+# undef SQLITE_USE_SEH
#else
#define WAL_SAVEPOINT_NDATA 4