#ifndef _OGL_OGLDIAG_H_
#define _OGL_OGLDIAG_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "ogldiag.h"
#endif
// Make sure all text that should be centred, is centred.
void RecentreAll(wxDC& dc);
-#ifdef PROLOGIO
+#if wxUSE_PROLOGIO
virtual bool SaveFile(const wxString& filename);
virtual bool LoadFile(const wxString& filename);