]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
compilation fix for wxUSE_CONSTRAINTS==0
[wxWidgets.git] / include / wx / bitmap.h
index 1783afe29d9287816e02691d82a98c5942898581..676ce97b80599011cce21b790f03206f757251e4 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "bitmapbase.h"
 #endif
 
@@ -168,8 +168,6 @@ protected:
 #include "wx/mac/bitmap.h"
 #elif defined(__WXPM__)
 #include "wx/os2/bitmap.h"
-#elif defined(__WXSTUBS__)
-#include "wx/stubs/bitmap.h"
 #endif
 
 #endif