Files
wxWidgets/include/wx/unix
JP MattiaandVadim Zeitlin 18765efc05 Remember last error in wxSocketImpl
Instead of calling GetLastError() multiple times, and possibly getting
different errors, make it private and call UpdateLastError(), which
remembers the value returned by GetLastError() in m_error, so that we
can be sure it doesn't change.

This commit is best viewed with Git --color-moved option.

Co-Authored-By: Vadim Zeitlin <vadim@wxwidgets.org>

Closes #24811.
2024-09-20 17:43:44 +02:00
..
…
…
…
…
…