blob: 2206355197a4d9204f069ca1e312a2736630fbf9 (
plain)
1
2
3
4
5
6
7
|
// 13 december 2015
package ui
// #cgo LDFLAGS: ${SRCDIR}/libui_windows_amd64.a
// #cgo LDFLAGS: -luser32 -lkernel32 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -ld2d1 -ldwrite -lole32 -loleaut32 -loleacc -luuid -lwindowscodecs -static -static-libgcc -static-libstdc++
import "C"
|