X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/318c5e9fa54678ecf284966814ca6414aea8ed04..3c57bda5451d31315de797a285b9547693143316:/contrib/include/wx/deprecated/resource.h diff --git a/contrib/include/wx/deprecated/resource.h b/contrib/include/wx/deprecated/resource.h index e7c749bcb3..45164fd83d 100644 --- a/contrib/include/wx/deprecated/resource.h +++ b/contrib/include/wx/deprecated/resource.h @@ -12,10 +12,6 @@ #ifndef _WX_RESOURCEH__ #define _WX_RESOURCEH__ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "resource.h" -#endif - #include "wx/setup.h" #include "wx/deprecated/setup.h" @@ -202,10 +198,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"