projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable wxGC for Borland as it can't compiler the macros used in msw/gdiplus.cpp
[wxWidgets.git]
/
src
/
common
/
socketiohandler.cpp
diff --git
a/src/common/socketiohandler.cpp
b/src/common/socketiohandler.cpp
index 89f8edafee05d75fd4452040920062c76c8f5822..080532be0f8cb2191c12eff39dc1603f892a965e 100644
(file)
--- a/
src/common/socketiohandler.cpp
+++ b/
src/common/socketiohandler.cpp
@@
-24,6
+24,7
@@
#include "wx/apptrait.h"
#include "wx/private/socket.h"
#include "wx/apptrait.h"
#include "wx/private/socket.h"
+#include "wx/link.h"
// ============================================================================
// implementation
// ============================================================================
// implementation
@@
-111,4
+112,8
@@
static struct ManagerSetter
}
} gs_managerSetter;
}
} gs_managerSetter;
+
+// see the relative linker macro in socket.cpp
+wxFORCE_LINK_THIS_MODULE( socketiohandler );
+
#endif // wxUSE_SOCKETS
#endif // wxUSE_SOCKETS