From: Ryan Lucchese Date: Tue, 30 Jun 2015 19:23:25 +0000 (-0600) Subject: changed SUNPRO_CC version check to first check if SUNPRO_CC is defined X-Git-Tag: v1.11beta~135^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d0712c8dfbf2000d3374d3f157dcc7b54a4c0ac;p=taglib changed SUNPRO_CC version check to first check if SUNPRO_CC is defined --- diff --git a/taglib/ape/apetag.cpp b/taglib/ape/apetag.cpp index 7a2b6dda..db817ac9 100644 --- a/taglib/ape/apetag.cpp +++ b/taglib/ape/apetag.cpp @@ -23,7 +23,7 @@ * http://www.mozilla.org/MPL/ * ***************************************************************************/ -#if __SUNPRO_CC < 0x5130 +#if defined(__SUNPRO_CC) && (__SUNPRO_CC < 0x5130) // Sun Studio finds multiple specializations of Map because // it considers specializations with and without class types // to be different; this define forces Map to use only the