small fix for Solaris in spandsp. Needs recheck by Steve I guess.

This commit is contained in:
cypromis 2010-07-26 10:40:47 +02:00
parent e704f02196
commit f6496b4f31
1 changed files with 1 additions and 1 deletions

View 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