From: Václav Slavík Date: Fri, 3 Aug 2001 20:26:24 +0000 (+0000) Subject: compilation fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b496583bb16bef8883e8794d2a45ef33c9a4885f compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index d05b3949db..ac5033b844 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -32,9 +32,10 @@ class WXDLLEXPORT wxImage; class WXDLLEXPORT wxMask; class WXDLLEXPORT wxPalette; -#if !defined(__WXMSW__) - +#if defined(__WXMGL__) // Only used by some ports +// FIXME -- make all ports (but MSW which uses wxGDIImage) use these base classes + // ---------------------------------------------------------------------------- // wxBitmapHandler: class which knows how to create/load/save bitmaps in // different formats