Commit 08c58fc7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix win32 compilation, but that will crash at run-time

parent e3a247dc
......@@ -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
......
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