#ifndef _WX_RESOURCEH__
#define _WX_RESOURCEH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "resource.h"
#endif
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__