Add windows libraries used by mdnsresponder
Test: Check for presence in prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8
Change-Id: Iaa0b56ca8ff94ebcd925238f211d9bd5d52a4a0c
diff --git a/cc/config/x86_windows_host.go b/cc/config/x86_windows_host.go
index 99c76f1..270084e 100644
--- a/cc/config/x86_windows_host.go
+++ b/cc/config/x86_windows_host.go
@@ -81,7 +81,10 @@
windowsAvailableLibraries = addPrefix([]string{
"gdi32",
"imagehlp",
+ "iphlpapi",
+ "netapi32",
"ole32",
+ "powrprof",
"psapi",
"pthread",
"userenv",