]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected conditional compilation for wxMac
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 5 Aug 2001 16:32:48 +0000 (16:32 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 5 Aug 2001 16:32:48 +0000 (16:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/bitmap.h

index ac5033b8445b474e392a8ce7818e3fc87556c7c0..9e6f11f984dd5ffe6a72c95549451458fb3dc3e3 100644 (file)
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
-#if defined(__WXMGL__)
+#if defined(__WXMGL__) || defined(__WXMAC__)
 // Only used by some ports
 // FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes