]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statline.h
Chnages to mono-bitmap code.
[wxWidgets.git] / include / wx / gtk / statline.h
index e29e20d5d06f4269794f386a4a633f24f82a28fa..d892e1ab6142cda03e3f3a085995eb5f72a0853f 100644 (file)
 #define __GTKSTATICLINEH__
 
 #ifdef __GNUG__
-    #pragma interface
+#pragma interface
 #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"
@@ -47,4 +47,8 @@ public:
             long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
 };
 
-#endif // __GTKSTATICLINEH__
+#endif 
+  // wxUSE_STATLINE
+  
+#endif 
+  // __GTKSTATICLINEH__