]> git.saurik.com Git - wxWidgets.git/commit
Bugfix:
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 10 Mar 2000 00:20:00 +0000 (00:20 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 10 Mar 2000 00:20:00 +0000 (00:20 +0000)
commit557e701169014aa7ad0dc7ad998f89be142397ec
tree5497374fc387ce764ee618ef27249b2660e89c50
parent5da69e38e61682c256b5e16b422491b34fa6c893
Bugfix:
GSocket_Shutdown sets m_detected to GSOCK_LOST_FLAG.
This avoids that Wait operations from wxSocket get caught in an endless
loop, if called after wxSocketBase::Close(). Was breaking IPC.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/gsocket.c
src/unix/gsocket.c