added wxUSE_FS_INET/ZIP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
|
||||
#include "wx/object.h"
|
||||
#include "wx/string.h"
|
||||
#include "wx/stream.h"
|
||||
@@ -30,7 +34,7 @@ typedef enum {
|
||||
wxPROTO_NOFILE,
|
||||
wxPROTO_ABRT,
|
||||
wxPROTO_RCNCT,
|
||||
wxPROTO_STREAMING
|
||||
wxPROTO_STREAMING
|
||||
} wxProtocolError;
|
||||
|
||||
// For protocols
|
||||
@@ -76,4 +80,6 @@ public:
|
||||
|
||||
wxProtocolError WXDLLEXPORT GetLine(wxSocketBase *sock, wxString& result);
|
||||
|
||||
#endif
|
||||
#endif // wxUSE_SOCKETS
|
||||
|
||||
#endif // _WX_PROTOCOL_PROTOCOL_H
|
||||
|
Reference in New Issue
Block a user