summaryrefslogtreecommitdiff
path: root/link_windows_386.go
blob: 3ea618371439d9f752624e261a01bc17a99e44a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 13 december 2015

package ui

// #cgo LDFLAGS: ${SRCDIR}/static_windows_386.o ${SRCDIR}/libui_windows_386.a ${SRCDIR}/libui_windows_386.res.o
// /* note the order; also note the lack of uuid */
// #cgo LDFLAGS: -luser32 -lkernel32 -lusp10 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -ld2d1 -ldwrite -lole32 -loleaut32 -loleacc -static -static-libgcc -static-libstdc++
import "C"

func ensureMainThread() {
	// do nothing; Windows doesn't care which thread we're on so long as we don't change it after starting
}