mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
6 lines
127 B
C
6 lines
127 B
C
#include "workaround.h"
|
|
|
|
my_sqlite3_destructor_type sqliteTransientAsDestructor() {
|
|
return (my_sqlite3_destructor_type)-1;
|
|
}
|