]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbox.h
winundef.h serves for other compilators too with STL turned on.
[wxWidgets.git] / include / wx / motif / statbox.h
index 6325e267a3c7b61b4861014fa6a7e57572cf52c2..c26d7ba69dc3010c4d76057b2973299d85c1d4fa 100644 (file)
 #ifndef _WX_STATBOX_H_
 #define _WX_STATBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "statbox.h"
 #endif
 
-WXDLLEXPORT_DATA(extern const char*) wxStaticBoxNameStr;
-
 // Group box
 class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase
 {
@@ -46,7 +44,7 @@ public:
     
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
 
     virtual WXWidget GetLabelWidget() const { return m_labelWidget; }