mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
12 lines
287 B
C
12 lines
287 B
C
// Use the default callback, not the Go one we patched in.
|
|
#define sqliteBusyCallback sqliteDefaultBusyCallback
|
|
|
|
// Amalgamation
|
|
#include "sqlite3.c"
|
|
// VFS
|
|
#include "vfs.c"
|
|
|
|
// Can't have two functions with the same name.
|
|
#define randomFunc randomFuncRepeatable
|
|
|
|
#include "speedtest1.c" |