#ifndef _WX_RESOURCEH__
#define _WX_RESOURCEH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "resource.h"
#endif
#undef FindResource
#endif
+class WXDLLEXPORT wxInputStream;
+
/*
* Internal format for control/panel item
*/
virtual bool DeleteResource(const wxString& name);
virtual bool ParseResourceFile(const wxString& filename);
- virtual bool ParseResourceFile( wxInputStream *is ) ;
+ virtual bool ParseResourceFile(wxInputStream *is);
virtual bool ParseResourceData(const wxString& data);
virtual bool SaveResource(const wxString& filename);
WXDLLEXPORT extern bool wxResourceAddIdentifier(const wxString& name, int value, wxResourceTable *table = (wxResourceTable *) NULL);
WXDLLEXPORT extern int wxResourceGetIdentifier(const wxString& name, wxResourceTable *table = (wxResourceTable *) NULL);
+#if defined(__WXPM__)
+#include "wx/os2/wxrsc.h"
+#endif
#endif
#endif
// _WX_RESOURCEH__