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:
aymeric 2009-05-13 19:04:10 +00:00
parent f4eb1f81f5
commit 39c29e1ce4

View file

@ -395,7 +395,7 @@ void * ms_ticker_run(void *arg)
ms_mutex_lock(&s->lock);
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);
while(s->run){
DWORD err;