Skip to content

interrupt: make vlc_accept_i11e() common to all platforms

Steve Lhomme requested to merge robUx4/vlc:common-accept-i11e into master

vlc_accept() should always handle the WSAEWOULDBLOCK error on Windows (it's just setting an errno). And then the code becomes the same as lot of other wrappers.

Merge request reports

Loading