This website requires JavaScript.
Explore
Help
Sign In
ISAR
/
rusqlite
Watch
3
Star
0
Fork
0
You've already forked rusqlite
mirror of
https://github.com/isar/rusqlite.git
synced
2025-01-20 07:20:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rusqlite
/
libsqlite3-sys
/
wrapper.h
6 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Add support for linking to winsqlite3 Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-08-18 01:33:50 +03:00
#
ifdef BINDGEN_USE_WINSQLITE3
#
include
<winsqlite/winsqlite3.h>
#
else
Update libsqlite3-sys to run bindgen at build time
2017-02-07 20:37:52 -05:00
#
include
"sqlite3.h"
Add support for linking to winsqlite3 Signed-off-by: Nazar Mishturak <nazarmx@gmail.com>
2020-08-18 01:33:50 +03:00
#
endif
Reference in New Issue
Copy Permalink