Commit 77ca7845 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

_pipe is not selectable on Windows, so return -1

parent 3945813e
......@@ -493,8 +493,6 @@ int vlc_object_waitpipe( vlc_object_t *obj )
#ifndef WIN32
if( pipe( pipes ) )
#else
if( _pipe( pipes, 1, _O_BINARY ) )
#endif
return -1;
}
......
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