forked from Mirrors/freeswitch
small fix for Solaris in spandsp. Needs recheck by Steve I guess.
This commit is contained in:
parent
e704f02196
commit
f6496b4f31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user