Hi Stefan, I am getting type errors on these in MSVC, can we please move the * after PROXY_DECLARE_DATA?
Cheers, Gregg --- httpd/httpd/trunk/modules/proxy/proxy_util.c 2011/10/14 19:48:03 1183474 +++ httpd/httpd/trunk/modules/proxy/proxy_util.c 2011/10/14 19:51:17 1183475 @@ -65,6 +65,8 @@ /* Global balancer counter */ int PROXY_DECLARE_DATA proxy_lb_workers = 0; static int lb_workers_limit = 0; +const apr_strmatch_pattern * PROXY_DECLARE_DATA ap_proxy_strmatch_path; +const apr_strmatch_pattern * PROXY_DECLARE_DATA ap_proxy_strmatch_domain; static int proxy_match_ipaddr(struct dirconn_entry *This, request_rec *r); static int proxy_match_domainname(struct dirconn_entry *This, request_rec *r); --- httpd/httpd/trunk/modules/proxy/mod_proxy.h 2011/10/14 19:48:03 1183474 +++ httpd/httpd/trunk/modules/proxy/mod_proxy.h 2011/10/14 19:51:17 1183475 @@ -907,6 +905,8 @@ extern module PROXY_DECLARE_DATA proxy_module; extern int PROXY_DECLARE_DATA proxy_lb_workers; +extern const apr_strmatch_pattern * PROXY_DECLARE_DATA ap_proxy_strmatch_path; +extern const apr_strmatch_pattern * PROXY_DECLARE_DATA ap_proxy_strmatch_domain; #endif /*MOD_PROXY_H*/ /** @} */
