diff options
Diffstat (limited to 'sound/softsynth/mt32/synth.cpp')
| -rw-r--r-- | sound/softsynth/mt32/synth.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/mt32/synth.cpp b/sound/softsynth/mt32/synth.cpp index 785e8098c7..366da50d01 100644 --- a/sound/softsynth/mt32/synth.cpp +++ b/sound/softsynth/mt32/synth.cpp @@ -25,7 +25,7 @@  #include "mt32emu.h" -#if defined(MACOSX) || defined(__solaris__) +#if defined(MACOSX) || defined(SOLARIS)  // Older versions of Mac OS X didn't supply a powf function, so using it  // will cause a binary incompatibility when trying to run a binary built  // on a newer OS X release on an olderr one. And Solaris 8 doesn't provide  | 
