]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socketiohandler.cpp
Do not use Tooltips if they are disabled
[wxWidgets.git] / src / common / socketiohandler.cpp
index 89f8edafee05d75fd4452040920062c76c8f5822..080532be0f8cb2191c12eff39dc1603f892a965e 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "wx/apptrait.h"
 #include "wx/private/socket.h"
+#include "wx/link.h"
 
 // ============================================================================
 // implementation
@@ -111,4 +112,8 @@ static struct ManagerSetter
     }
 } gs_managerSetter;
 
+
+// see the relative linker macro in socket.cpp
+wxFORCE_LINK_THIS_MODULE( socketiohandler );
+
 #endif // wxUSE_SOCKETS