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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user