]> granicus.if.org Git - apache/commitdiff
Link in the winnt mpm
authorBill Stoddard <stoddard@apache.org>
Mon, 30 Aug 1999 20:37:16 +0000 (20:37 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 30 Aug 1999 20:37:16 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83849 13f79535-47bb-0310-9956-ffa450edef68

os/win32/modules.c

index 0f6778c64184a7789558459287bf715e263360ab..ec4d0b6e8d17e49bdb54436061ccc89ada1b577e 100644 (file)
@@ -29,6 +29,7 @@ extern module setenvif_module;
 
 module *ap_prelinked_modules[] = {
   &core_module,
+  &mpm_winnt_module,
 //  &so_module,
   &mime_module,
   &access_module,
@@ -51,6 +52,7 @@ module *ap_prelinked_modules[] = {
 };
 module *ap_preloaded_modules[] = {
   &core_module,
+  &mpm_winnt_module,
 //  &so_module,
   &mime_module,
   &access_module,