Add import/export attributes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -202,10 +202,10 @@ WXDLLIMPEXP_DEPRECATED extern bool wxResourceAddIdentifier(const wxString& name,
|
|||||||
WXDLLIMPEXP_DEPRECATED extern int wxResourceGetIdentifier(const wxString& name, wxResourceTable *table = (wxResourceTable *) NULL);
|
WXDLLIMPEXP_DEPRECATED extern int wxResourceGetIdentifier(const wxString& name, wxResourceTable *table = (wxResourceTable *) NULL);
|
||||||
|
|
||||||
// Used to be wxWindowBase::LoadFromResource
|
// 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
|
// 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__)
|
#if defined(__WXPM__)
|
||||||
#include "wx/os2/wxrsc.h"
|
#include "wx/os2/wxrsc.h"
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
// ESD output class
|
// ESD output class
|
||||||
//
|
//
|
||||||
|
|
||||||
class wxSoundStreamESD : public wxSoundStream {
|
class WXDLLIMPEXP_MMEDIA wxSoundStreamESD : public wxSoundStream {
|
||||||
public:
|
public:
|
||||||
wxSoundStreamESD(const wxString& hostname = wxT("localhost"));
|
wxSoundStreamESD(const wxString& hostname = wxT("localhost"));
|
||||||
~wxSoundStreamESD();
|
~wxSoundStreamESD();
|
||||||
|
Reference in New Issue
Block a user