]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/bitmap.h
mac cgcolor changes & cleanup
[wxWidgets.git] / include / wx / mac / carbon / bitmap.h
index ce5b1d22bc0164fdf9697b20abea290733fbe647..b14f3436ea24a11bf4b85b916723fb1c94134e18 100644 (file)
@@ -166,10 +166,9 @@ public:
     // returns the 'native' implementation, a GWorldPtr for the content and one for the mask 
     WXHBITMAP GetHBITMAP( WXHBITMAP * mask = NULL ) const;
 
-#ifdef __WXMAC_OSX__
     // returns a CGImageRef which must released after usage with CGImageRelease
     WXCGIMAGEREF CGImageCreate() const ;
-#endif
+
     // get read only access to the underlying buffer
     void *GetRawAccess() const ;
     // brackets to the underlying OS structure for read/write access