]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/stattext.h
Correct compilation conditions for wxURL::SetProxy.
[wxWidgets.git] / include / wx / motif / stattext.h
index 4857cc4473d14bce0a8c10596c7d554b1d5eb194..a322eb87eb0a566299e4f690590d95b8fee30531 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_STATTEXT_H_
 #define _WX_STATTEXT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "stattext.h"
 #endif
 
@@ -46,7 +46,7 @@ public:
     // operations
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
     
     virtual void SetLabel(const wxString& label);