#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
virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
{
- return FALSE;
+ return false;
}
wxBitmap GetBitmap() const { return m_messageBitmap; }