Commit 66828d10 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Win32 goodness for the core/http split.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88452 13f79535-47bb-0310-9956-ffa450edef68
parent 78622ea2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,11 +3,13 @@
 * the core server
 */

#define CORE_PRIVATE
#include "httpd.h"
#include "http_config.h"

extern module core_module;
extern module mpm_winnt_module;
extern module http_module;
extern module so_module;
extern module mime_module;
extern module access_module;
@@ -30,6 +32,7 @@ extern module isapi_module;
AP_DECLARE_DATA module *ap_prelinked_modules[] = {
  &core_module,
  &mpm_winnt_module,
  &http_module,
  &so_module,
  &mime_module,
  &access_module,
@@ -53,6 +56,7 @@ AP_DECLARE_DATA module *ap_prelinked_modules[] = {
AP_DECLARE_DATA module *ap_preloaded_modules[] = {
  &core_module,
  &mpm_winnt_module,
  &http_module,
  &so_module,
  &mime_module,
  &access_module,