- added custom error function which is able to throw exceptions
[m6w6/ext-http] / php_http_curl_api.h
index ca0f29202017b612f0623243bf46f42ccb2a5293..586259e41ed885af4f7902f8da594d614125c94d 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef PHP_HTTP_CURL_API_H
 #define PHP_HTTP_CURL_API_H
 
+#include "php_http_std_defs.h"
+
 #ifdef PHP_WIN32
-#      define _WINSOCKAPI_
 #      include <winsock2.h>
 #endif