]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
the notebook now has wxTAB_TRAVERSAL style
[wxWidgets.git] / src / common / socket.cpp
index f880c2d6e5e6236498912feebd0fa4084e5a1088..aa8a18a6b5725bb2e59f1d5c4c9ed6fc0d789aaa 100644 (file)
 #pragma implementation "socket.cpp"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
 /////////////////////////////////////////////////////////////////////////////
 // wxWindows headers
 /////////////////////////////////////////////////////////////////////////////
 #include <signal.h>
 #include <errno.h>
 
+#ifdef _MSC_VER
+#include <io.h>
+#endif
+
 #if defined(__WXMOTIF__) || defined(__WXXT__)
 #include <X11/Intrinsic.h>
 
 #include "wx/sckaddr.h"
 #include "wx/socket.h"
 
-#ifdef __BORLANDC__
-#pragma hdrstop
-#endif
-
 /////////////////////////////////////////////////////////////////////////////
 // Some patch ///// BEGIN
 /////////////////////////////////////////////////////////////////////////////