mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix compilation issue with msvc.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@466 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
f4eb1f81f5
commit
39c29e1ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ void * ms_ticker_run(void *arg)
|
||||||
ms_mutex_lock(&s->lock);
|
ms_mutex_lock(&s->lock);
|
||||||
s->orig=s->get_cur_time_ptr(s->get_cur_time_data);
|
s->orig=s->get_cur_time_ptr(s->get_cur_time_data);
|
||||||
|
|
||||||
timerId = timeSetEvent (s->interval, precision, s->TimeEvent, 0,
|
timerId = timeSetEvent (s->interval, precision, (LPTIMECALLBACK)s->TimeEvent, 0,
|
||||||
TIME_PERIODIC | TIME_CALLBACK_EVENT_SET);
|
TIME_PERIODIC | TIME_CALLBACK_EVENT_SET);
|
||||||
while(s->run){
|
while(s->run){
|
||||||
DWORD err;
|
DWORD err;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue