From: William A. Rowe Jr Date: Tue, 11 Sep 2001 03:23:38 +0000 (+0000) Subject: Offer a workaround as we hack this X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24e65c01c05d96faedcc774cb0ad80b1e0b724c;p=thirdparty%2Fapache%2Fhttpd.git Offer a workaround as we hack this git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90999 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/standard/mod_unique_id.c b/src/modules/standard/mod_unique_id.c index d134d7c4e12..26442abf393 100644 --- a/src/modules/standard/mod_unique_id.c +++ b/src/modules/standard/mod_unique_id.c @@ -69,6 +69,7 @@ #include "multithread.h" #ifdef MULTITHREAD +/* Change to #pragma warning("") to get compile this as we port */ #error sorry this module does not support multithreaded servers yet #endif