From: Guillermo Rodriguez Garcia Date: Mon, 6 Mar 2000 17:44:27 +0000 (+0000) Subject: Trying to fix IPC problems under Linux as reported by VS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a24cc774ec4f441f8568b6e405d4d16237fa2b1d Trying to fix IPC problems under Linux as reported by VS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/sckipc.cpp b/src/common/sckipc.cpp index c532acbbee..f84c89f4e5 100644 --- a/src/common/sckipc.cpp +++ b/src/common/sckipc.cpp @@ -72,7 +72,7 @@ void Client_OnRequest(wxSocketBase& sock, // All sockets will be created with the following flags -#define SCKIPC_FLAGS wxSOCKET_NONE +#define SCKIPC_FLAGS (wxSOCKET_WAITALL) // --------------------------------------------------------------------------- // wxTCPClient