]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
Win32: no need to put thread function into vlc_thread_t
[vlc] / include / vlc_threads.h
index 7b7a5b7f74430bce9ffb4d4f08ca59698d66f9e7..55fea78859083b0ff7a35f1b46b017d37fbb82fb 100644 (file)
@@ -129,8 +129,7 @@ struct vlc_timer_t
 typedef struct
 {
     HANDLE handle;
-    void  *(*entry) (void *);
-    void  *data;
+    void  *result;
 #if defined( UNDER_CE )
     HANDLE cancel_event;
 #endif