mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 17:08:38 +00:00
9 lines
111 B
Go
9 lines
111 B
Go
|
package scintillaedit
|
||
|
|
||
|
/*
|
||
|
#cgo CFLAGS:
|
||
|
#cgo CXXFLAGS: --std=c++1z
|
||
|
#cgo pkg-config: ScintillaEdit
|
||
|
*/
|
||
|
import "C"
|