X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1542ea396a625766c59d683adbb1d613c1344d50..f8ca3d720efa16fe5aba8872a39c042c9775b8f5:/include/wx/mgl/region.h?ds=sidebyside

diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h
index 3508341a19..ec8f4474a2 100644
--- a/include/wx/mgl/region.h
+++ b/include/wx/mgl/region.h
@@ -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;