From 2288191b9cef62b63166ef15e928ee5960fe0c53 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Wed, 15 Mar 2000 09:03:40 +0000 Subject: [PATCH] Forgot to commit this one - changes for wxBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/gsockmsw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/msw/gsockmsw.h b/include/wx/msw/gsockmsw.h index 16fec0812d..91a126119e 100644 --- a/include/wx/msw/gsockmsw.h +++ b/include/wx/msw/gsockmsw.h @@ -41,6 +41,7 @@ struct _GSocket bool m_server; bool m_stream; bool m_oriented; + bool m_establishing; struct timeval m_timeout; /* Callbacks */ -- 2.47.2