]> git.saurik.com Git - wxWidgets.git/commitdiff
Add import/export attributes
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 2 Aug 2005 21:44:34 +0000 (21:44 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 2 Aug 2005 21:44:34 +0000 (21:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/deprecated/resource.h
contrib/include/wx/mmedia/sndesd.h

index e7c749bcb38846946466046bb850b1225e979bb5..a0d8597eb2256023237518e2f456585ed2d7742d 100644 (file)
@@ -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"
index fc9675f04307d847d525185bec2d185d36d30fd0..4f6787ba062295f186d202ed267e76df18208e40 100644 (file)
@@ -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();