#pragma interface "socket.h"
#endif
+#include "wx/defs.h"
+
+#if wxUSE_SOCKETS
+
// ---------------------------------------------------------------------------
// Windows(tm) specific
// ---------------------------------------------------------------------------
// wxSocket headers (generic)
// ---------------------------------------------------------------------------
#ifdef WXPREC
-#include <wx/wxprec.h>
+ #include "wx/wxprec.h"
#else
-#include <wx/wx.h>
+ #include "wx/event.h"
+ #include "wx/string.h"
#endif
+
#include "wx/sckaddr.h"
class WXDLLEXPORT wxSocketEvent;
(wxObject *) NULL },
#endif
+ // wxUSE_SOCKETS
+
+#endif
+ // _WX_NETWORK_SOCKET_H