Add rust kext to the mono repo
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
// +build windows
|
||||
|
||||
package windowskext
|
||||
|
||||
import (
|
||||
"github.com/vlabo/portmaster_windows_rust_kext/kext_interface"
|
||||
)
|
||||
|
||||
import "github.com/safing/portmaster/windows_kext/kext_interface"
|
||||
|
||||
func createKextService(driverName string, driverPath string) (*kext_interface.KextService, error) {
|
||||
return kext_interface.CreateKextService(driverName, driverPath)
|
||||
|
||||
Reference in New Issue
Block a user