mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
fix for windows mobile
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@739 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
3818b8f487
commit
5411d146b3
1 changed files with 0 additions and 4 deletions
|
|
@ -1332,11 +1332,7 @@ static void ice_process(MSFilter * f)
|
|||
}
|
||||
}
|
||||
|
||||
#if !defined(_WIN32_WCE)
|
||||
ice_sound_send_stun_request(d->session, d->check_lists, f->ticker->time);
|
||||
#else
|
||||
ice_sound_send_stun_request(d->session, d->check_lists, f->ticker->time));
|
||||
#endif
|
||||
}
|
||||
|
||||
static MSFilterMethod ice_methods[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue