]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/bitmap.h
DEBUGREPORT
[wxWidgets.git] / include / wx / mac / carbon / bitmap.h
index 054249c602d4d6817d49e42a1ee8fdc122930125..c051d22fdb8d7d4c8c8f2cf96163083f20124e59 100644 (file)
@@ -196,7 +196,7 @@ public:
     // returns the 'native' implementation, a GWorldPtr for the content and one for the mask 
     WXHBITMAP GetHBITMAP( WXHBITMAP * mask = NULL ) const;
 
-#if wxMAC_USE_CORE_GRAPHICS
+#ifdef __WXMAC_OSX__
     // returns a CGImageRef which must released after usage with CGImageRelease
     WXCGIMAGEREF CGImageCreate() const ;
 #endif