]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/windows.factor
Make a way to get DNS server ips on Windows
[factor.git] / basis / windows / windows.factor
index dcdcb8b2272b352a93cce79fadc0e209a9389ddf..4996d55f2e218bcae0375310e61e766017abd082 100644 (file)
@@ -14,6 +14,7 @@ CONSTANT: MAX_UNICODE_PATH 32768
     { "winsock"     "ws2_32.dll"         stdcall }
     { "mswsock"     "mswsock.dll"        stdcall }
     { "shell32"     "shell32.dll"        stdcall }
+    { "iphlpapi"    "iphlpapi.dll"       stdcall }
     { "libc"        "msvcrt.dll"         cdecl   }
     { "libm"        "msvcrt.dll"         cdecl   }
     { "gl"          "opengl32.dll"       stdcall }