- implement more of those useful allocation relays
[m6w6/ext-http] / php_http.h
index e646c20097b0688056f30d62103ccc00bba969d2..dce7b5982899ea34bf6b934b6690478a8bd341af 100644 (file)
@@ -22,7 +22,6 @@
 #include "phpstr/phpstr.h"
 #include "missing.h"
 
-
 #ifdef HTTP_WANT_NETDB
 #      ifdef PHP_WIN32
 #              include <winsock2.h>
@@ -34,6 +33,7 @@
 #if defined(HTTP_WANT_CURL) && defined(HTTP_HAVE_CURL)
 #      ifdef PHP_WIN32
 #              include <winsock2.h>
+#              define CURL_STATICLIB
 #      endif
 #      include <curl/curl.h>
 #endif