compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-08-03 20:26:24 +00:00
parent 9d59f1fc2e
commit b496583bb1

View File

@@ -32,9 +32,10 @@ class WXDLLEXPORT wxImage;
class WXDLLEXPORT wxMask; class WXDLLEXPORT wxMask;
class WXDLLEXPORT wxPalette; class WXDLLEXPORT wxPalette;
#if !defined(__WXMSW__) #if defined(__WXMGL__)
// Only used by some ports // 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 // wxBitmapHandler: class which knows how to create/load/save bitmaps in
// different formats // different formats