Commit 84351fe3 authored by JP Dinger's avatar JP Dinger

Compile fix for win32 vlc_timer_t: update callback fn prototype.

parent 3099949d
......@@ -148,7 +148,7 @@ typedef struct vlc_timer_t vlc_timer_t;
struct vlc_timer_t
{
HANDLE handle;
void (*func) (vlc_timer_t *, void *);
void (*func) (void *);
void *data;
unsigned overrun;
CRITICAL_SECTION serializer;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment