]> granicus.if.org Git - apache/commitdiff
Third try, follows up 1694901 and 1694902
authorGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 21:33:02 +0000 (21:33 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sun, 9 Aug 2015 21:33:02 +0000 (21:33 +0000)
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

modules/dav/fs/mod_dav_fs.c

index 4a3062cb9500332720c544f3051249979788d69c..c49d7045b51b7e56fb7dc565c2a87da7ad63a328 100644 (file)
@@ -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