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:
aymeric 2009-10-27 13:23:24 +00:00
parent 3818b8f487
commit 5411d146b3

View file

@ -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[] = {