From 172df1f0351019adaada76e16847b3ca6c2421eb Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 2 Aug 2005 21:44:34 +0000 Subject: [PATCH] Add import/export attributes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/deprecated/resource.h | 4 ++-- contrib/include/wx/mmedia/sndesd.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/include/wx/deprecated/resource.h b/contrib/include/wx/deprecated/resource.h index e7c749bcb3..a0d8597eb2 100644 --- a/contrib/include/wx/deprecated/resource.h +++ b/contrib/include/wx/deprecated/resource.h @@ -202,10 +202,10 @@ WXDLLIMPEXP_DEPRECATED extern bool wxResourceAddIdentifier(const wxString& name, WXDLLIMPEXP_DEPRECATED extern int wxResourceGetIdentifier(const wxString& name, wxResourceTable *table = (wxResourceTable *) NULL); // Used to be wxWindowBase::LoadFromResource -bool wxLoadFromResource(wxWindow* thisWindow, wxWindow *parent, const wxString& resourceName, const wxResourceTable *table = (const wxResourceTable *) NULL); +WXDLLIMPEXP_DEPRECATED bool wxLoadFromResource(wxWindow* thisWindow, wxWindow *parent, const wxString& resourceName, const wxResourceTable *table = (const wxResourceTable *) NULL); // Used to be wxWindowBase::CreateItem -wxControl *wxCreateItem(wxWindow* thisWindow, const wxItemResource *resource, const wxItemResource* parentResource, const wxResourceTable *table = (const wxResourceTable *) NULL); +WXDLLIMPEXP_DEPRECATED wxControl *wxCreateItem(wxWindow* thisWindow, const wxItemResource *resource, const wxItemResource* parentResource, const wxResourceTable *table = (const wxResourceTable *) NULL); #if defined(__WXPM__) #include "wx/os2/wxrsc.h" diff --git a/contrib/include/wx/mmedia/sndesd.h b/contrib/include/wx/mmedia/sndesd.h index fc9675f043..4f6787ba06 100644 --- a/contrib/include/wx/mmedia/sndesd.h +++ b/contrib/include/wx/mmedia/sndesd.h @@ -23,7 +23,7 @@ // ESD output class // -class wxSoundStreamESD : public wxSoundStream { +class WXDLLIMPEXP_MMEDIA wxSoundStreamESD : public wxSoundStream { public: wxSoundStreamESD(const wxString& hostname = wxT("localhost")); ~wxSoundStreamESD();