sqlite: Rename symbols (fix #1142)

This commit is contained in:
Nicolas Williams
2026-01-21 23:53:43 -06:00
parent 41591932b8
commit a1220ce6d2
3 changed files with 481 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
** language. The code for the "sqlite3" command-line shell is also in a
** separate file. This file contains only code for the core SQLite library.
*/
#include "sqlite3_namespace.h"
#define SQLITE_CORE 1
#define SQLITE_AMALGAMATION 1
#ifndef SQLITE_PRIVATE