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
08c58fc7
Commit
08c58fc7
authored
Sep 16, 2007
by
Rémi Denis-Courmont
Browse files
Fix win32 compilation, but that will crash at run-time
parent
e3a247dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_threads_funcs.h
View file @
08c58fc7
...
...
@@ -574,7 +574,8 @@ static inline int __vlc_cond_timedwait( const char * psz_file, int i_line,
#elif defined( UNDER_CE )
# error Unimplemented
#elif defined( WIN32 )
# error Unimplemented FIXME FIXME
abort
();
# warning Unimplemented FIXME FIXME
#elif defined( HAVE_KERNEL_SCHEDULER_H )
# error Unimplemented
...
...
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