]> git.saurik.com Git - wxWidgets.git/commitdiff
Trying to fix IPC problems under Linux as reported by VS
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 17:44:27 +0000 (17:44 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 17:44:27 +0000 (17:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckipc.cpp

index c532acbbee6f4fe768fee8a4c295e4e5b589ab98..f84c89f4e577f0d3ded2b76020d2e543ded7e4fe 100644 (file)
@@ -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