woodpecker/vendor/github.com/mattn/go-sqlite3/sqlite3_windows.go

15 lines
379 B
Go
Raw Normal View History

2015-05-22 18:37:40 +00:00
// Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
2016-03-07 19:23:49 +00:00
// +build windows
2015-05-22 18:37:40 +00:00
package sqlite3
/*
#cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe
2016-03-07 19:23:49 +00:00
#cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T
2015-05-22 18:37:40 +00:00
#cgo LDFLAGS: -lmingwex -lmingw32
*/
import "C"