* attempt to be smarter than windows ;)
[m6w6/ext-http] / http.c
diff --git a/http.c b/http.c
index c68f61d33740edadcb30c762f0adf6fbba3bec69..1261de8a3855470840f66c392b32339ba0561e81 100644 (file)
--- a/http.c
+++ b/http.c
@@ -22,9 +22,7 @@
 
 #ifdef HTTP_HAVE_CURL
 #      ifdef PHP_WIN32
-#              define _WINSOCKAPI_
 #              include <winsock2.h>
-#              include <sys/types.h>
 #      endif
 #      include <curl/curl.h>
 #endif