]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/ogl/bmpshape.h
Committing in .
[wxWidgets.git] / contrib / include / wx / ogl / bmpshape.h
index 8dd7caeb2fb0220beab36f5cb193c8eefe68e551..5389351fe46a4aded0ad30e7309333657eee3ae4 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _OGL_BITMAP_H_
 #define _OGL_BITMAP_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "bmpshape.h"
 #endif
 
@@ -27,7 +27,7 @@ class wxBitmapShape: public wxRectangleShape
 
   void OnDraw(wxDC& dc);
 
-#ifdef PROLOGIO
+#if wxUSE_PROLOGIO
   // I/O
   void WriteAttributes(wxExpr *clause);
   void ReadAttributes(wxExpr *clause);