You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Paul Sutton <pa...@c2.net> on 1998/05/09 16:47:59 UTC

Re: cvs commit: apache-1.3/src/include http_config.h

On 9 May 1998 pcs@hyperreal.org wrote:
> pcs         98/05/09 06:27:21
> 
>   Modified:    src/include http_config.h
>   Log:
>   Make the declaration of ap_loaded_modules match it's definition.
>   This is required for compilation on WIN32, where API_VAR_EXPORT modifies
>   the definition.

... although there doesn't seem to be any reason for ap_loaded_modules to
be API_VAR_EXPORT. (top_module is because mod_info uses it to walk the
tree, but the other ap_{prelinked,preloaded}_modules are not exported). 

//pcs