]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/region.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / mgl / region.h
index 3508341a1972685b850a10e9dc70b785064b6be3..ec8f4474a21f8c90005ee3f51b6ea17767b5dee2 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef _WX_REGION_H_
 #define _WX_REGION_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "region.h"
 #endif
 
@@ -103,7 +103,7 @@ public:
     // Does the region contain the rectangle rect?
     wxRegionContain Contains(const wxRect& rect) const;
 
-    // Convert the region to a B&W bitmap with the black pixels being inside
+    // Convert the region to a B&W bitmap with the white pixels being inside
     // the region.
     wxBitmap ConvertToBitmap() const;