go-sqlite3/sqlite3-binding.h

6 lines
91 B
C
Raw Normal View History

#ifndef USE_LIBSQLITE3
#include "code/sqlite3-binding.h"
2012-10-28 06:58:40 +04:00
#else
#include <sqlite3.h>
2012-10-28 06:58:40 +04:00
#endif