Modified for windows support.

This commit is contained in:
Carlos Castillo
2012-10-27 19:58:40 -07:00
parent 629fe17ada
commit 58cfe6309d
6 changed files with 143891 additions and 2 deletions

View File

@@ -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 (