From: Ron Lee Date: Sun, 30 Jun 2002 22:41:17 +0000 (+0000) Subject: added export decls for MSW X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bd595142ac07961d383a7b60d64cb77441211759 added export decls for MSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/socket.h b/include/wx/socket.h index 7b540329f8..b8ebcb846b 100644 --- a/include/wx/socket.h +++ b/include/wx/socket.h @@ -305,7 +305,7 @@ public: // WARNING: still in alpha stage -class wxDatagramSocket : public wxSocketBase +class WXDLLEXPORT wxDatagramSocket : public wxSocketBase { DECLARE_CLASS(wxDatagramSocket)