[vlc-commits] Win32: fix definition of VLC_STATIC_COND
Rémi Denis-Courmont
git at videolan.org
Sun Aug 21 10:24:19 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 21 11:22:42 2011 +0300| [55816ce91d43ce5e91ab1b3718a033a3a089f262] | committer: Rémi Denis-Courmont
Win32: fix definition of VLC_STATIC_COND
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55816ce91d43ce5e91ab1b3718a033a3a089f262
---
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 ddaeff1..3fefbaf 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -144,7 +144,7 @@ typedef struct
HANDLE handle;
unsigned clock;
} vlc_cond_t;
-#define VLC_STATIC_COND { 0, 0, 0 }
+#define VLC_STATIC_COND { 0, 0 }
typedef HANDLE vlc_sem_t;
More information about the vlc-commits
mailing list