[vlc-devel] commit: Compile fix for win32 vlc_timer_t: update callback fn prototype. ( JP Dinger )

git version control git at videolan.org
Thu Jun 4 16:03:21 CEST 2009


vlc | branch: master | JP Dinger <jpd at videolan.org> | Thu Jun  4 16:01:36 2009 +0200| [84351fe3d080b272f96454141f34a06cd1713ff9] | committer: JP Dinger 

Compile fix for win32 vlc_timer_t: update callback fn prototype.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84351fe3d080b272f96454141f34a06cd1713ff9
---

 include/vlc_threads.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 5f396af..4142628 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -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;




More information about the vlc-devel mailing list