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 use wxOVERRIDE 2014-03-30 00:02:23 +00:00
apptbase.h Build fix for wxUSE_CONSOLE_EVENTLOOP==0 under Unix 2018-10-10 19:07:28 +02:00
apptrait.h Remove GetStandardCmdLineOptions() from wxGTK 2017-11-22 22:02:36 +01:00
chkconf.h Only define wxUSE_XTEST in Unix-specific headers 2016-05-23 03:00:48 +02:00
evtloop.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
evtloopsrc.h
fontutil.h Fix wxGTK1 build after wxFont API changes 2018-09-17 15:24:42 +02:00
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 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h Add support for returning item location to wxGTK wxMimeTypesManager. 2016-06-07 14:29:52 +02:00
pipe.h
private.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
sound.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
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 Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
tls.h
utilsx11.h Cleanup of ad84d9f (r77846) 2016-09-07 22:02:05 -07:00