Skip to content

Commit 8f64f34

Browse files
author
Ivan Zhakov
committed
* os/win32/modules.c: Add AP_DECLARE_DATA to ap_prelinked_module_symbols
to match definition in ap_config.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919391 13f79535-47bb-0310-9956-ffa450edef68
1 parent 11c43c9 commit 8f64f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/win32/modules.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AP_DECLARE_DATA module *ap_prelinked_modules[] = {
3737
NULL
3838
};
3939

40-
ap_module_symbol_t ap_prelinked_module_symbols[] = {
40+
AP_DECLARE_DATA ap_module_symbol_t ap_prelinked_module_symbols[] = {
4141
{"core_module", &core_module},
4242
{"win32_module", &win32_module},
4343
{"mpm_winnt_module", &mpm_winnt_module},

0 commit comments

Comments
 (0)