Files
kematianc2/Kematian-Standalone/native/recovery/platform/embedded_dll_stub.go
T
2026-08-27 11:23:01 -06:00

8 lines
84 B
Go

//go:build !windows
package platform
func GetEmbeddedDLL() []byte {
return nil
}