#include "wx/gsocket.h"
#include "wx/apptrait.h"
+#include "wx/link.h"
+
+wxFORCE_LINK_THIS_MODULE(gsockmsw)
extern "C" WXDLLIMPEXP_BASE HINSTANCE wxGetInstance();
#define INSTANCE wxGetInstance()
static GSocketMSWManager s_manager;
wxAppTraits::SetDefaultSocketManager(&s_manager);
}
-} gsm_managerSetter;
+} gs_managerSetter;
#endif // wxUSE_SOCKETS