Add module for network interfaces

This commit is contained in:
2018-09-01 09:56:44 +02:00
parent 41878cde50
commit aa12aa9014
8 changed files with 233 additions and 6 deletions

View File

@ -34,5 +34,7 @@
}
],
"libs-windows": ["advapi32"]
"libs-windows": ["advapi32"],
"libs-windows-x86_mscoff": ["iphlpapi"],
"libs-windows-x86_64": ["iphlpapi"]
}