fix wxMSW shared builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1990,9 +1990,11 @@ private:
|
|||||||
|
|
||||||
IMPLEMENT_DYNAMIC_CLASS(wxSocketModule, wxModule)
|
IMPLEMENT_DYNAMIC_CLASS(wxSocketModule, wxModule)
|
||||||
|
|
||||||
|
#if defined(wxUSE_SELECT_DISPATCHER) && wxUSE_SELECT_DISPATCHER
|
||||||
// NOTE: we need to force linking against socketiohandler.cpp otherwise in
|
// NOTE: we need to force linking against socketiohandler.cpp otherwise in
|
||||||
// static builds of wxWidgets the ManagerSetter::ManagerSetter ctor
|
// static builds of wxWidgets the ManagerSetter::ManagerSetter ctor
|
||||||
// contained there wouldn't be ever called
|
// contained there wouldn't be ever called
|
||||||
wxFORCE_LINK_MODULE( socketiohandler )
|
wxFORCE_LINK_MODULE( socketiohandler )
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // wxUSE_SOCKETS
|
#endif // wxUSE_SOCKETS
|
||||||
|
Reference in New Issue
Block a user