1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

- add DNSApi for the DNS functions

This commit is contained in:
Pierre Joye
2009-01-06 20:47:06 +00:00
parent 7844cc3873
commit e7eafa589d
+1 -1
View File
@@ -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") {