wxWidgets/include/wx/unix
Jan Knepper a4f2303361 Use closesocket() for closing sockets under MSW
If accepting a socket connection failed, wxSocketImpl::Accept() used
close() to close the socket even under MSW, but it can be only used for
the file descriptors there and closesocket() must be used instead for
the sockets.

Add new (private) wxCloseSocket define and use it both here, to fix the
bug, and elsewhere to make the code more clear.

Closes #18407.
2019-06-03 22:31:37 +02:00
..
private Use closesocket() for closing sockets under MSW 2019-06-03 22:31:37 +02:00
app.h
apptbase.h
apptrait.h
chkconf.h
evtloop.h
evtloopsrc.h
fontutil.h
fswatcher_inotify.h
fswatcher_kqueue.h
glx11.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
joystick.h
mimetype.h
pipe.h
private.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
sound.h
stackwalk.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
stdpaths.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
taskbarx11.h
tls.h
utilsx11.h