aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_other.go
diff options
context:
space:
mode:
authorCarlos Castillo <cookieo9@gmail.com>2012-10-27 19:58:40 -0700
committerCarlos Castillo <cookieo9@gmail.com>2012-10-27 19:58:40 -0700
commit58cfe6309d1a333b66d4a934cb38218855951d6a (patch)
tree7c2f10c52c7129eb853ac592b2341b147bd876ca /sqlite3_other.go
parentMerge pull request #24 from jgallagher/master (diff)
downloadgolite-58cfe6309d1a333b66d4a934cb38218855951d6a.tar.gz
golite-58cfe6309d1a333b66d4a934cb38218855951d6a.tar.xz
Modified for windows support.
Diffstat (limited to 'sqlite3_other.go')
-rw-r--r--sqlite3_other.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/sqlite3_other.go b/sqlite3_other.go
new file mode 100644
index 0000000..58030db
--- /dev/null
+++ b/sqlite3_other.go
@@ -0,0 +1,8 @@
+// +build !windows
+
+package sqlite
+
+/*
+#cgo pkg-config: sqlite3
+*/
+import "C"