fixes for windows and 5.3 compatibility
[m6w6/ext-http] / php_http_filter.h
index 4ba7ad33543826b275a2d012df2f23d102bede0a..4b4806d3be99536c98add77183a49b2e93053b14 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_HTTP_FILTER_H
 #define PHP_HTTP_FILTER_H
 
-extern php_stream_filter_factory php_http_filter_factory;
+PHP_HTTP_API php_stream_filter_factory php_http_filter_factory;
 PHP_MINIT_FUNCTION(http_filter);
 
 #endif