From 8889f8ab962226ef34fe12b2765c421b8739c7da Mon Sep 17 00:00:00 2001 From: ana Date: Thu, 25 Aug 2016 19:23:41 +0300 Subject: [PATCH] Windows compatibility --- src/GHS3DPlugin/MG_Tetra_API.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GHS3DPlugin/MG_Tetra_API.cxx b/src/GHS3DPlugin/MG_Tetra_API.cxx index 1ccd807..7b2c5a8 100644 --- a/src/GHS3DPlugin/MG_Tetra_API.cxx +++ b/src/GHS3DPlugin/MG_Tetra_API.cxx @@ -19,6 +19,9 @@ #include "MG_Tetra_API.hxx" +#ifdef WIN32 +#define NOMINMAX +#endif #include #include #include -- 2.39.2