aboutsummaryrefslogtreecommitdiff
path: root/usrsctplib/user_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrsctplib/user_environment.h')
-rwxr-xr-xusrsctplib/user_environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrsctplib/user_environment.h b/usrsctplib/user_environment.h
index 7179f1f8..2b40ceeb 100755
--- a/usrsctplib/user_environment.h
+++ b/usrsctplib/user_environment.h
@@ -62,7 +62,7 @@ extern int ipport_firstauto, ipport_lastauto;
*/
extern int nmbclusters;
-#if !defined(_MSC_VER)
+#if !defined(_MSC_VER) && !defined(__MINGW32__)
#define min(a,b) ((a)>(b)?(b):(a))
#define max(a,b) ((a)>(b)?(a):(b))
#endif