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
This commit is contained in:
Dan Willemsen
2017-09-09 01:42:00 -07:00
parent 4f1c3d4116
commit b18cf7a5a0

View File

@@ -81,7 +81,10 @@ var (
windowsAvailableLibraries = addPrefix([]string{
"gdi32",
"imagehlp",
"iphlpapi",
"netapi32",
"ole32",
"powrprof",
"psapi",
"pthread",
"userenv",