Commit 55816ce9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32: fix definition of VLC_STATIC_COND

parent c63b76b3
...@@ -144,7 +144,7 @@ typedef struct ...@@ -144,7 +144,7 @@ typedef struct
HANDLE handle; HANDLE handle;
unsigned clock; unsigned clock;
} vlc_cond_t; } vlc_cond_t;
#define VLC_STATIC_COND { 0, 0, 0 } #define VLC_STATIC_COND { 0, 0 }
typedef HANDLE vlc_sem_t; typedef HANDLE vlc_sem_t;
......
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