Add markedtobject

This commit is contained in:
2025-04-14 14:03:05 -05:00
parent e73c35964c
commit c831174e18
12 changed files with 88 additions and 21 deletions

View File

@ -20,8 +20,8 @@
** The content in this amalgamation comes from Fossil check-in
** c9c2ab54ba1f5f46360f1b4f35d849cd3f08.
*/
#if defined(GEKKO)
#if defined(GEKKO) || defined(__SWITCH__)
//-DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_WAL -DSQLITE_THREADSAFE=0
#define SQLITE_OMIT_LOAD_EXTENSION
#define SQLITE_OMIT_WAL

View File

@ -115,7 +115,7 @@
/*removed tests from https://www.sqlite.org/src/doc/trunk/src/test_demovfs.c*/
#if defined(GEKKO)
#if defined(GEKKO) || defined(__SWITCH__)
#include "sqlite3.h"