From: Pierre Joye Date: Tue, 6 Jan 2009 20:47:06 +0000 (+0000) Subject: - add DNSApi for the DNS functions X-Git-Tag: php-5.4.0alpha1~191^2~4623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7eafa589d79584e5cd97031ec5274c34c96dff6;p=php - add DNSApi for the DNS functions --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index fd06de8bb0..5ba1c2fbac 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -157,7 +157,7 @@ DEFINE("PHP_LDFLAGS", "$(DLL_LDFLAGS)"); // General libs // urlmon.lib ole32.lib oleaut32.lib uuid.lib gdi32.lib winspool.lib comdlg32.lib -DEFINE("LIBS", "kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib"); +DEFINE("LIBS", "kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib "); // Set some debug/release specific options if (PHP_DEBUG == "yes") {