You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2009/03/05 17:57:35 UTC

svn commit: r750510 - /httpd/apreq/trunk/module/apache2/apreq_module_apache2.h

Author: joes
Date: Thu Mar  5 16:57:32 2009
New Revision: 750510

URL: http://svn.apache.org/viewvc?rev=750510&view=rev
Log:
use Steve Hay's patch instead

Modified:
    httpd/apreq/trunk/module/apache2/apreq_module_apache2.h

Modified: httpd/apreq/trunk/module/apache2/apreq_module_apache2.h
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/apache2/apreq_module_apache2.h?rev=750510&r1=750509&r2=750510&view=diff
==============================================================================
--- httpd/apreq/trunk/module/apache2/apreq_module_apache2.h (original)
+++ httpd/apreq/trunk/module/apache2/apreq_module_apache2.h Thu Mar  5 16:57:32 2009
@@ -146,10 +146,10 @@
  *      
  */
 #ifdef WIN32
-typedef apreq_handle_t * (__stdcall apr_OFN_apreq_handle_apache2_t)
-         (request_rec *r);
+typedef __declspec(dllexport) apreq_handle_t *
+(__stdcall apr_OFN_apreq_handle_apache2_t) (request_rec *r);
 #else
-APR_DECLARE_OPTIONAL_FN(apreq_handle_t *,
+APR_DECLARE_OPTIONAL_FN(APREQ_DECLARE(apreq_handle_t *),
                         apreq_handle_apache2, (request_rec *r));
 #endif