#pragma hdrstop
#endif
+#if wxUSE_PROTOCOL
+
#include "wx/protocol/protocol.h"
#include "wx/url.h"
#include "wx/module.h"
{
}
-#if wxUSE_SOCKETS
bool wxProtocol::Reconnect()
{
wxIPV4address addr;
return wxPROTO_NOERR;
#undef PROTO_BSIZE
}
-#endif
+
+#endif // wxUSE_PROTOCOL
+