From 58cfe6309d1a333b66d4a934cb38218855951d6a Mon Sep 17 00:00:00 2001 From: Carlos Castillo Date: Sat, 27 Oct 2012 19:58:40 -0700 Subject: Modified for windows support. --- sqlite3.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'sqlite3.go') diff --git a/sqlite3.go b/sqlite3.go index 4dde469..270403d 100644 --- a/sqlite3.go +++ b/sqlite3.go @@ -14,8 +14,6 @@ static int _sqlite3_bind_blob(sqlite3_stmt *stmt, int n, void *p, int np) { return sqlite3_bind_blob(stmt, n, p, np, SQLITE_TRANSIENT); } - -#cgo pkg-config: sqlite3 */ import "C" import ( -- cgit v1.2.3