1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-17 17:45:03 +02:00

15 lines
379 B
Go
Raw Normal View History

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