svn commit: r1502392 - in /perl/modperl/branches/httpd24/xs/APR/aprext: Makefile.PL modperl_dummy.c

2013-07-11 Thread stevehay
Author: stevehay Date: Thu Jul 11 23:18:41 2013 New Revision: 1502392 URL: http://svn.apache.org/r1502392 Log: Fix linking of libaprext.lib on Windows When building against httpd-2.4+ modprel_apache_compat.h references the "extern" symbol 'perl_module' so we must provide a definition to satisfy

svn commit: r1502135 - in /perl/modperl/branches/httpd24/src/modules/perl: modperl_apache_compat.c modperl_apache_compat.h

2013-07-11 Thread stevehay
Author: stevehay Date: Thu Jul 11 07:23:31 2013 New Revision: 1502135 URL: http://svn.apache.org/r1502135 Log: Don't use AP_DECLARE when declaring/defining our own versions of functions no longer in httpd The AP_DECLARE macro marks symbols as "dllexport" when compiled in httpd or as "dllimport"