From: Greg Ames Date: Wed, 31 Jan 2001 18:56:35 +0000 (+0000) Subject: get Apache building again after the change to make_exports.awk X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c95b5ae985023049a177ca8ed2f04f0f53f7de1;p=apache 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87929 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index 4056be749a..44dadeea87 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -302,7 +302,7 @@ AP_DECLARE(int) ap_satisfies (request_rec *r); */ AP_DECLARE(const apr_array_header_t *) ap_requires (request_rec *); -#ifdef WIN32 +#if defined(WIN32) /* * CGI Script stuff for Win32... */