]> git.saurik.com Git - wxWidgets.git/commitdiff
modules don't have to be exported
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jul 2003 17:03:01 +0000 (17:03 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jul 2003 17:03:01 +0000 (17:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckipc.cpp
src/common/socket.cpp

index 2ababd83cd367d9ad0bc607fa2e3e9fb438ebf7d..385cc76651cdae5bebde0e5eb2bf4e9f79b950af 100644 (file)
@@ -743,7 +743,7 @@ void wxTCPEventHandler::Server_OnRequest(wxSocketEvent &event)
 // wxTCPEventHandlerModule (private class)
 // --------------------------------------------------------------------------
 
-class WXDLLEXPORT wxTCPEventHandlerModule: public wxModule
+class wxTCPEventHandlerModule: public wxModule
 {
   DECLARE_DYNAMIC_CLASS(wxTCPEventHandlerModule)
 
index b25ca3fd31536cab9b92cd421e2ff79e7e8a49f6..96f06d81b2d157aa2e500a2aa4d09e8418fb619c 100644 (file)
@@ -1298,7 +1298,7 @@ wxDatagramSocket& wxDatagramSocket::SendTo( wxSockAddress& addr,
 // wxSocketModule
 // ==========================================================================
 
-class WXDLLEXPORT wxSocketModule : public wxModule
+class wxSocketModule : public wxModule
 {
 public:
     virtual bool OnInit()