This symbol is conditional, it would need to be exported conditional to
work properly with MinGW. So just remove it, as no other driver register
function is listed in the symbols files.
---
src/libvirt_private.syms | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 5d30b90..f1ad6db 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -257,10 +257,6 @@ virInterfaceObjUnlock;
virInterfaceObjListFree;
-# interface_driver.h
-interfaceRegister;
-
-
# iptables.h
iptablesAddForwardAllowCross;
iptablesAddForwardAllowIn;
--
1.6.3.3