a4f2303361
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. |
||
---|---|---|
.. | ||
private | ||
app.h | ||
apptbase.h | ||
apptrait.h | ||
chkconf.h | ||
evtloop.h | ||
evtloopsrc.h | ||
fontutil.h | ||
fswatcher_inotify.h | ||
fswatcher_kqueue.h | ||
glx11.h | ||
joystick.h | ||
mimetype.h | ||
pipe.h | ||
private.h | ||
sound.h | ||
stackwalk.h | ||
stdpaths.h | ||
taskbarx11.h | ||
tls.h | ||
utilsx11.h |