diff --git a/include/boost/polygon/isotropy.hpp b/include/boost/polygon/isotropy.hpp index 1db7967..055707c 100755 --- a/include/boost/polygon/isotropy.hpp +++ b/include/boost/polygon/isotropy.hpp @@ -48,7 +48,7 @@ typedef boost::ulong_long_type polygon_ulong_long_type; #include #else -#ifdef WIN32 +#ifdef _WIN32 #define BOOST_POLYGON_MSVC #endif #ifdef __ICC @@ -290,7 +290,7 @@ namespace boost { namespace polygon{ template struct gtl_if { -#ifdef WIN32 +#ifdef BOOST_POLYGON_MSVC typedef gtl_no type; #endif };