* attempt to be smarter than windows ;)
[m6w6/ext-http] / http_curl_api.c
index b4a8077b299cb30c361437efd84fdae0dd8ffcc3..6e96940daf7ad77da0c906f18286d4a0ab9a4623 100644 (file)
 #endif
 
 #ifdef PHP_WIN32
-#      define _WINSOCKAPI_
 #      include <winsock2.h>
-#      include <sys/types.h>
 #endif
 
 #include <curl/curl.h>
-#include <curl/easy.h>
 
 #include "php.h"
 #include "php_http.h"