File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 324
324
# endif
325
325
#endif
326
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
327
+
328
+ // SEH is not supported in libSQL.
329
+ // /*
330
+ // ** Enable SQLITE_USE_SEH by default on MSVC builds. Only omit
331
+ // ** SEH support if the -DSQLITE_OMIT_SEH option is given.
332
+ // */
333
+ // #if defined(_MSC_VER) && !defined(SQLITE_OMIT_SEH)
334
+ // # define SQLITE_USE_SEH 1
335
+ // #else
336
+ // # undef SQLITE_USE_SEH
337
+ // #endif
336
338
337
339
/*
338
340
** Enable SQLITE_DIRECT_OVERFLOW_READ, unless the build explicitly
You can’t perform that action at this time.
0 commit comments