]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statline.h
[start of] cleanup uxtheme support code
[wxWidgets.git] / include / wx / gtk / statline.h
index e29e20d5d06f4269794f386a4a633f24f82a28fa..ae4248f906113ad33d2a5f95e057183c52617288 100644 (file)
 #ifndef __GTKSTATICLINEH__
 #define __GTKSTATICLINEH__
 
 #ifndef __GTKSTATICLINEH__
 #define __GTKSTATICLINEH__
 
-#ifdef __GNUG__
-    #pragma interface
+#if defined(__GNUG__) && !defined(__APPLE__)
+#pragma interface
 #endif
 
 #endif
 
-#if !wxUSE_STATLINE
-    #error "This file should only be included if wxUSE_STATLINE == 1"
-#endif
+#include "wx/defs.h"
+
+#if wxUSE_STATLINE
 
 #include "wx/object.h"
 #include "wx/list.h"
 
 #include "wx/object.h"
 #include "wx/list.h"
@@ -47,4 +47,8 @@ public:
             long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
 };
 
             long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
 };
 
-#endif // __GTKSTATICLINEH__
+#endif 
+  // wxUSE_STATLINE
+  
+#endif 
+  // __GTKSTATICLINEH__