Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
55816ce9
Commit
55816ce9
authored
Aug 21, 2011
by
Rémi Denis-Courmont
Browse files
Win32: fix definition of VLC_STATIC_COND
parent
c63b76b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_threads.h
View file @
55816ce9
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment