[vlc-devel] commit: Remove unused typedef ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Aug 14 18:27:13 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Thu Aug 14 19:29:57 2008 +0300| [b8c3d0e5d0a45ec2aebb792cc525d8f2e7dcea25] | committer: Rémi Denis-Courmont
Remove unused typedef
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8c3d0e5d0a45ec2aebb792cc525d8f2e7dcea25
---
include/vlc_threads.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 0acffce..47e8012 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -123,7 +123,6 @@ typedef pthread_key_t vlc_threadvar_t;
#elif defined( WIN32 ) || defined( UNDER_CE )
typedef HANDLE vlc_thread_t;
-typedef BOOL (WINAPI *SIGNALOBJECTANDWAIT) ( HANDLE, HANDLE, DWORD, BOOL );
typedef HANDLE vlc_mutex_t;
typedef HANDLE vlc_cond_t;
typedef DWORD vlc_threadvar_t;
More information about the vlc-devel
mailing list