]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/protocol.cpp
Committing in .
[wxWidgets.git] / src / common / protocol.cpp
index 2203ac231f4ee76b6f1c05f5ab67fb767c1f6c24..9deef928f6cd7e15693a9efe7cd4b3cc15861d02 100644 (file)
@@ -20,6 +20,8 @@
   #pragma hdrstop
 #endif
 
+#if wxUSE_PROTOCOL
+
 #include "wx/protocol/protocol.h"
 #include "wx/url.h"
 #include "wx/module.h"
@@ -64,7 +66,6 @@ wxProtocol::wxProtocol()
 {
 }
 
-#if wxUSE_SOCKETS
 bool wxProtocol::Reconnect()
 {
   wxIPV4address addr;
@@ -166,4 +167,6 @@ wxProtocolError GetLine(wxSocketBase *sock, wxString& result) {
   return wxPROTO_NOERR;
 #undef PROTO_BSIZE
 }
-#endif
+
+#endif // wxUSE_PROTOCOL
+