corrected conditional compilation for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@ class WXDLLEXPORT wxImage;
|
|||||||
class WXDLLEXPORT wxMask;
|
class WXDLLEXPORT wxMask;
|
||||||
class WXDLLEXPORT wxPalette;
|
class WXDLLEXPORT wxPalette;
|
||||||
|
|
||||||
#if defined(__WXMGL__)
|
#if defined(__WXMGL__) || defined(__WXMAC__)
|
||||||
// Only used by some ports
|
// Only used by some ports
|
||||||
// FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
|
// FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user