From ce2153134ec018a721786640b225ae944b710e32 Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Sun, 9 Aug 2015 19:47:55 +0000 Subject: [PATCH] followup to r1694901, it was too greedy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1694902 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/fs/mod_dav_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dav/fs/mod_dav_fs.c b/modules/dav/fs/mod_dav_fs.c index 510325cfff..4a3062cb95 100644 --- a/modules/dav/fs/mod_dav_fs.c +++ b/modules/dav/fs/mod_dav_fs.c @@ -17,7 +17,7 @@ #include "httpd.h" #include "http_config.h" #include "apr_strings.h" -#if (!defined(WIN32) && !defined(NETWARE)) || defined(__MINGW32__) +#if (!defined(WIN32) && !defined(NETWARE)) #include "ap_config_auto.h" #endif -- 2.40.0