]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckint.cpp
Minor fixes mainly to get stuff compiled using the mingw32 (cross) compiler
[wxWidgets.git] / src / common / sckint.cpp
index 059e5c95c9e9d153fa971269af57f7d0ecc54dd8..f2d56164b007e4f8033fc6651b359c6b3be66dd2 100644 (file)
 #if wxUSE_SOCKETS
 
 #define WXSOCK_INTERNAL
-#include <wx/object.h>
-#include <wx/list.h>
-#include <wx/socket.h>
-#include <wx/thread.h>
-#include <wx/sckint.h>
+#include "wx/object.h"
+#include "wx/list.h"
+#include "wx/socket.h"
+#include "wx/thread.h"
+#include "wx/sckint.h"
+#include "wx/sckint.h"
+#include "wx/utils.h"
 
 // IRIX requires bstring.h be included to use select()
 #ifdef sgi
@@ -184,6 +186,8 @@ void *SocketWaiter::Entry()
   return NULL;
 }
 
+#endif
+
 // --------------------------------------------------------------
 // --------- SocketRequester ------------------------------------
 // --------------------------------------------------------------
@@ -305,6 +309,8 @@ void SocketRequester::ProcessWaitEvent(SockRequest *req)
   m_internal->EndRequest(req);
 }
 
+
+#if wxUSE_THREADS
 void *SocketRequester::Entry()
 {
   SockRequest *req;