3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-03 13:02:58 +08:00
Nazar Mishturak bc9b40a444 Add support for linking to winsqlite3
Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-10-04 11:40:53 -07:00

6 lines
98 B
C

#ifdef BINDGEN_USE_WINSQLITE3
#include <winsqlite/winsqlite3.h>
#else
#include "sqlite3.h"
#endif