Commit 5afe1fdc authored by Jean-Paul Saman's avatar Jean-Paul Saman

include/vlc_threads.h: Do not define vlc_sem_t twice

parent 37fea1a4
......@@ -123,7 +123,6 @@ typedef sem_t vlc_sem_t;
#elif defined( WIN32 )
#if !defined( UNDER_CE )
typedef HANDLE vlc_thread_t;
typedef HANDLE vlc_sem_t;
#else
typedef struct
{
......
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