fixes to wxPipeInputStream
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,8 +43,7 @@ enum wxStreamError
|
||||
wxSTREAM_NO_ERROR = 0, // stream is in good state
|
||||
wxSTREAM_EOF, // EOF reached in Read() or similar
|
||||
wxSTREAM_WRITE_ERROR, // generic write error
|
||||
wxSTREAM_READ_ERROR, // generic read error
|
||||
wxSTREAM_PIPE_ERROR // broken pipe: the other half was closed
|
||||
wxSTREAM_READ_ERROR // generic read error
|
||||
};
|
||||
|
||||
// compatibility
|
||||
|
Reference in New Issue
Block a user