]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socketiohandler.cpp
Added wxVector::swap().
[wxWidgets.git] / src / common / socketiohandler.cpp
index 89f8edafee05d75fd4452040920062c76c8f5822..3b1504a3291ffe3be6ee68e58a63d8d335148db9 100644 (file)
 // for compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
+
 #if wxUSE_SOCKETS && wxUSE_SELECT_DISPATCHER
 
 #include "wx/apptrait.h"
 #include "wx/private/socket.h"
+#include "wx/link.h"
 
 // ============================================================================
 // implementation
@@ -111,4 +116,8 @@ static struct ManagerSetter
     }
 } gs_managerSetter;
 
+
+// see the relative linker macro in socket.cpp
+wxFORCE_LINK_THIS_MODULE( socketiohandler );
+
 #endif // wxUSE_SOCKETS