X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_requestpool_object.h;h=b0ab065b5e9b4660bdd539ddd0ddccb9264c02cc;hp=3d71e64571d9da67909c4dbbf99124f2f7a10197;hb=bc0d0be07283bb4669e17528e347cd3870656136;hpb=2b37ee95b452cff42c17bf3d12d0ee1ebd08ba84 diff --git a/php_http_requestpool_object.h b/php_http_requestpool_object.h index 3d71e64..b0ab065 100644 --- a/php_http_requestpool_object.h +++ b/php_http_requestpool_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -17,15 +17,7 @@ #ifdef HTTP_HAVE_CURL #ifdef ZEND_ENGINE_2 -#ifdef PHP_WIN32 -# include -#endif - -#include - -#include "php_http_request_pool_api.h" - -typedef struct { +typedef struct _http_requestpool_object_t { zend_object zo; http_request_pool pool; struct {