Modified for windows support.
This commit is contained in:
8
sqlite3_other.go
Normal file
8
sqlite3_other.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build !windows
|
||||
|
||||
package sqlite
|
||||
|
||||
/*
|
||||
#cgo pkg-config: sqlite3
|
||||
*/
|
||||
import "C"
|
||||
Reference in New Issue
Block a user