mirror of
https://github.com/logos-messaging/go-rln.git
synced 2026-01-03 21:43:12 +00:00
9 lines
140 B
Go
9 lines
140 B
Go
// +build windows,amd64
|
|
|
|
package rln
|
|
|
|
/*
|
|
#cgo LDFLAGS: -L${SRCDIR}/../libs/x86_64-pc-windows-gnu -lrln -lm -lws2_32 -luserenv
|
|
*/
|
|
import "C"
|