]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
small fix for Solaris in spandsp. Needs recheck by Steve I guess.
authorcypromis <michal.bielicki@seventhsignal.de>
Mon, 26 Jul 2010 08:40:47 +0000 (10:40 +0200)
committercypromis <michal.bielicki@seventhsignal.de>
Mon, 26 Jul 2010 08:40:47 +0000 (10:40 +0200)
libs/spandsp/src/v18.c

index d84b56edc4c69b791de8dffe3cd2d3ea6f3aee74..18d94b4b90d71514d4ea11f4e9dadf61f02c91fa 100644 (file)
@@ -111,7 +111,7 @@ static const struct dtmf_to_ascii_s dtmf_to_ascii[] =
     {"##8", 'W'},
     {"##9", 'Z'},
     {"##0", ' '},
-#if defined(WIN32)
+#if defined(WIN32) || ( defined(__SVR4) && defined (__sun))
     {"#*1", 'X'},   // (Note 1) 111 1011
     {"#*2", 'X'},   // (Note 1) 111 1100
     {"#*3", 'X'},   // (Note 1) 111 1101