Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 43786 invoked by uid 500); 31 Jan 2001 18:56:45 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 43642 invoked by uid 500); 31 Jan 2001 18:56:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 31 Jan 2001 18:56:37 -0000 Message-ID: <20010131185637.43631.qmail@apache.org> From: gregames@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include http_core.h gregames 01/01/31 10:56:37 Modified: include http_core.h Log: get Apache building again after the change to make_exports.awk yeah, I know, this shouldn't be necessary. you're preaching to the choir. but this does the job until make_exports.awk gets slightly more robust. Revision Changes Path 1.37 +1 -1 httpd-2.0/include/http_core.h Index: http_core.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/http_core.h,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -b -u -r1.36 -r1.37 --- http_core.h 2001/01/19 13:22:47 1.36 +++ http_core.h 2001/01/31 18:56:35 1.37 @@ -302,7 +302,7 @@ */ AP_DECLARE(const apr_array_header_t *) ap_requires (request_rec *); -#ifdef WIN32 +#if defined(WIN32) /* * CGI Script stuff for Win32... */