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

WinCE: undefined file descriptor use

parent 82f20ceb
......@@ -124,6 +124,7 @@ static int Open( vlc_object_t *p_this )
msg_Dbg( p_access, "using stdout" );
#else
#warning stdout is not supported on Windows Mobile, but may be used on Windows CE
fd = -1;
#endif
}
else
......
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