]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/effects.cpp
GTK+ headers aren't needed anymore
[wxWidgets.git] / src / common / effects.cpp
index a5b2a828ea8807b89da7936bcc1d1206dc7ddce0..f1d31dd0b3a2d562f6377012a5cbb560b713c4cb 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "effects.h"
 #endif
 
@@ -122,5 +122,5 @@ bool wxEffects::TileBitmap(const wxRect& rect, wxDC& dc, wxBitmap& bitmap)
     }
 #endif // wxUSE_PALETTE
 
-    return TRUE;
+    return true;
 }