From 9ac1a90bdf5b6814eecf8d44d03b6ef580149174 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 3 Mar 2010 02:56:27 +0000 Subject: added msvc/config.h inclusion error for MinGW/cygwin --- msvc/config.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/msvc/config.h b/msvc/config.h index 27cfe6c..304fc5c 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -1,5 +1,10 @@ /* config.h. Manual config for MSVC. */ +#ifndef _MSC_VER +#warn "msvc/config.h shouldn't be included for your development environment." +#error "Please make sure the msvc/ directory is removed from your build path." +#endif + /* Default visibility */ #define API_EXPORTED /**/ -- cgit v1.2.1