We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778a13a commit d3e28fdCopy full SHA for d3e28fd
1 file changed
libsql-sqlite3/src/sqliteInt.h
@@ -324,15 +324,17 @@
324
# endif
325
#endif
326
327
-/*
328
-** Enable SQLITE_USE_SEH by default on MSVC builds. Only omit
329
-** SEH support if the -DSQLITE_OMIT_SEH option is given.
330
-*/
331
-#if defined(_MSC_VER) && !defined(SQLITE_OMIT_SEH)
332
-# define SQLITE_USE_SEH 1
333
-#else
334
-# undef SQLITE_USE_SEH
335
-#endif
+
+// SEH is not supported in libSQL.
+// /*
+// ** Enable SQLITE_USE_SEH by default on MSVC builds. Only omit
+// ** SEH support if the -DSQLITE_OMIT_SEH option is given.
+// */
+// #if defined(_MSC_VER) && !defined(SQLITE_OMIT_SEH)
+// # define SQLITE_USE_SEH 1
+// #else
336
+// # undef SQLITE_USE_SEH
337
+// #endif
338
339
/*
340
** Enable SQLITE_DIRECT_OVERFLOW_READ, unless the build explicitly
0 commit comments