git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35596
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* connection _if_ blocking sockets are being used.
* If connect above returns 0, we are already connected and need to make the
* call to Enable_Events now.
* connection _if_ blocking sockets are being used.
* If connect above returns 0, we are already connected and need to make the
* call to Enable_Events now.
if (m_non_blocking || ret == 0)
{
gs_gui_functions->Enable_Events(this);
if (m_non_blocking || ret == 0)
{
gs_gui_functions->Enable_Events(this);