From 8032491381c88d1386efa1157466f655804d69f4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 30 Aug 2008 22:26:16 +0000 Subject: Fix (?) Solaris detection in some workaround code in the MT-32 emulator svn-id: r34216 --- sound/softsynth/mt32/tables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/mt32/tables.cpp') diff --git a/sound/softsynth/mt32/tables.cpp b/sound/softsynth/mt32/tables.cpp index 20b7cf289a..5865ba2950 100644 --- a/sound/softsynth/mt32/tables.cpp +++ b/sound/softsynth/mt32/tables.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 -- cgit v1.2.3