mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
bc9b40a444
Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
6 lines
98 B
C
6 lines
98 B
C
#ifdef BINDGEN_USE_WINSQLITE3
|
|
#include <winsqlite/winsqlite3.h>
|
|
#else
|
|
#include "sqlite3.h"
|
|
#endif
|