This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
go-sqlite3-hak5
mirror of
https://github.com/hak5/go-sqlite3-hak5.git
Watch
1
Star
0
Fork
You've already forked go-sqlite3-hak5
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
37aa7c6f5b
go-sqlite3-hak5
/
sqlite3-binding.h
6 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
hack to use libsqlite3 $ go build -tags "libsqlite3 windows"
2015-06-12 04:26:42 +00:00
#
ifndef USE_LIBSQLITE3
#
include
"code/sqlite3-binding.h"
Modified for windows support.
2012-10-28 02:58:40 +00:00
#
else
hack to use libsqlite3 $ go build -tags "libsqlite3 windows"
2015-06-12 04:26:42 +00:00
#
include
<sqlite3.h>
Modified for windows support.
2012-10-28 02:58:40 +00:00
#
endif