]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
another compilation fix for over-optimized #includes
[wxWidgets.git] / include / wx / choice.h
index 6664996a0b9f94d20f887ab4f3b07ac749f45803..6b252d92a6b21811b3a3410a63e7c43fcb806a13 100644 (file)
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "choicebase.h"
 #endif
 
@@ -72,8 +72,6 @@ public:
     #include "wx/mac/choice.h"
 #elif defined(__WXPM__)
     #include "wx/os2/choice.h"
-#elif defined(__WXSTUBS__)
-    #include "wx/stubs/choice.h"
 #endif
 
 #endif // wxUSE_CHOICE