put the write end of the pipe in non blocking mode to avoid deadlocks and return...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Jul 2004 10:39:23 +0000 (10:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 21 Jul 2004 10:39:23 +0000 (10:39 +0000)
commit3338a5bde55eabf53f0aea4eb9f01a8b45b4039d
tree44c1ebd21f6eb18f5636ccf6203f9d015f052da3
parentb29903d4854625650ae678c0515acc76facba1ee
put the write end of the pipe in non blocking mode to avoid deadlocks and return from wxPipeOutputStream::OnSysWrite() without having necessarily written all the data as this is not always possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/utilsexc.cpp