From: Gregg Lewis Smith Date: Sun, 9 Aug 2015 21:33:02 +0000 (+0000) Subject: Third try, follows up 1694901 and 1694902 X-Git-Tag: 2.5.0-alpha~2974 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c24014620c7e1d1d32706e3e88068b0455ab4a4;p=apache Third try, follows up 1694901 and 1694902 MinGW32 and MSVC both define WIN32 MSVC and Netware do not use autoconf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1694912 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/mod_dav_fs.c b/modules/dav/fs/mod_dav_fs.c index 4a3062cb95..c49d7045b5 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)) +#if !defined(_MSC_VER) && !defined(NETWARE) #include "ap_config_auto.h" #endif