mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
PR:
Obtained from: Submitted by: Reviewed by: Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT names for linkage (API_, CORE_, and MODULE_). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -134,7 +134,7 @@
|
||||
#include "ap_config.h"
|
||||
#include "apr_dso.h"
|
||||
|
||||
module MODULE_EXPORT_VAR so_module;
|
||||
module MODULE_VAR_EXPORT so_module;
|
||||
|
||||
|
||||
/*
|
||||
@ -370,7 +370,7 @@ static const command_rec so_cmds[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
module MODULE_EXPORT_VAR so_module = {
|
||||
module MODULE_VAR_EXPORT so_module = {
|
||||
STANDARD20_MODULE_STUFF,
|
||||
NULL, /* create per-dir config */
|
||||
NULL, /* merge per-dir config */
|
||||
|
Reference in New Issue
Block a user