X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22bd93879da9809ecb6ac5cd3bdf58c2aabf0da1..a467ac36a568c8ed1c43604fd7f1f2b2d3b6efc2:/include/wx/bitmap.h?ds=sidebyside diff --git a/include/wx/bitmap.h b/include/wx/bitmap.h index 4a1d3b0296..d05b3949db 100644 --- a/include/wx/bitmap.h +++ b/include/wx/bitmap.h @@ -32,6 +32,9 @@ class WXDLLEXPORT wxImage; class WXDLLEXPORT wxMask; class WXDLLEXPORT wxPalette; +#if !defined(__WXMSW__) + +// Only used by some ports // ---------------------------------------------------------------------------- // wxBitmapHandler: class which knows how to create/load/save bitmaps in // different formats @@ -69,8 +72,6 @@ protected: DECLARE_ABSTRACT_CLASS(wxBitmapHandlerBase) }; - - class WXDLLEXPORT wxBitmapBase : public wxGDIObject { public: @@ -149,8 +150,7 @@ protected: DECLARE_ABSTRACT_CLASS(wxBitmapBase) }; - - +#endif #if defined(__WXMSW__) #include "wx/msw/bitmap.h"