Skip to content

Commit 5510da3

Browse files
committed
Merge pull request #262 from keybase/master
Fix compile for old mingw32
2 parents e969434 + 61be132 commit 5510da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package sqlite3
88

99
/*
1010
#cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe
11-
#cgo windows,386 CFLAGS: -D_localtime32=localtime
11+
#cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T
1212
#cgo LDFLAGS: -lmingwex -lmingw32
1313
*/
1414
import "C"

0 commit comments

Comments
 (0)