From e350fa2043ba6e530a47571e0b1a3950fc11b1cc Mon Sep 17 00:00:00 2001 From: Dan Goldsmith Date: Tue, 25 Feb 2014 17:06:19 +0000 Subject: [PATCH] UNQLITE_ENABLE_THREADS=1 On Windows Get it to compile with UNQLITE_ENABLE_THREADS=1 on Windows GCC (On a separate branch this time) --- unqlite.go | 1 + 1 file changed, 1 insertion(+) diff --git a/unqlite.go b/unqlite.go index 5deac94..f2783ac 100644 --- a/unqlite.go +++ b/unqlite.go @@ -3,6 +3,7 @@ package unqlitego /* #cgo linux CFLAGS: -DUNQLITE_ENABLE_THREADS=1 -Wno-unused-but-set-variable #cgo darwin CFLAGS: -DUNQLITE_ENABLE_THREADS=1 +#cgo windows CFLAGS: -DUNQLITE_ENABLE_THREADS=1 #include "./unqlite.h" #include */