1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/vendor/github.com/mattn/go-sqlite3/sqlite3_windows.go

15 lines
379 B
Go
Raw Normal View History

2015-05-22 20:37:40 +02: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 21:23:49 +02:00
// +build windows
2015-05-22 20:37:40 +02:00
package sqlite3
/*
#cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe
2016-03-07 21:23:49 +02:00
#cgo windows,386 CFLAGS: -D_USE_32BIT_TIME_T
2015-05-22 20:37:40 +02:00
#cgo LDFLAGS: -lmingwex -lmingw32
*/
import "C"