From: Bill Stoddard Date: Wed, 16 Feb 2000 15:08:45 +0000 (+0000) Subject: Temporary hack to fix WIN32 compiles until the autoconf induced include X-Git-Tag: 1.3.12~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3930dd3c0f970d395fd91281bb168f36ab8b7312;p=thirdparty%2Fapache%2Fhttpd.git Temporary hack to fix WIN32 compiles until the autoconf induced include file mess is fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84626 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index b304a3afbdb..815f14cb65e 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -948,7 +948,7 @@ API_EXPORT(char *) ap_uudecode(ap_context_t *p, const char *bufcoded); API_EXPORT(char *) ap_uuencode(ap_context_t *p, char *string); /* Regexes */ -#ifdef USE_HSREGEX +#if defined(USE_HSREGEX) || defined(WIN32) #include "hsregex.h" #else #include