]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbmp.h
don't pass NULL pointer to printf(), this crashes Solaris printf
[wxWidgets.git] / include / wx / motif / statbmp.h
index cc13cfa02babf7bd759450a033e3d07057a49db3..46816a2addd55fa071ebb3b04e67938ecc0c038e 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATBMP_H_
 #define _WX_STATBMP_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "statbmp.h"
 #endif
 
@@ -48,7 +48,7 @@ public:
     
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
     
     wxBitmap GetBitmap() const { return m_messageBitmap; }