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