Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 4306 invoked by uid 500); 23 Jan 2002 18:31:52 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 4294 invoked by uid 500); 23 Jan 2002 18:31:52 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 23 Jan 2002 18:31:52 -0000 Message-ID: <20020123183152.92645.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/os/win32 modules.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 02/01/23 10:31:52 Modified: os/win32 modules.c Log: one blank line for code, one huge step for legibility Revision Changes Path 1.13 +1 -0 httpd-2.0/os/win32/modules.c Index: modules.c =================================================================== RCS file: /home/cvs/httpd-2.0/os/win32/modules.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- modules.c 10 Jan 2002 08:47:23 -0000 1.12 +++ modules.c 23 Jan 2002 18:31:51 -0000 1.13 @@ -21,6 +21,7 @@ &so_module, NULL }; + AP_DECLARE_DATA module *ap_preloaded_modules[] = { &core_module, &win32_module,