]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bitmap.h
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
[wxWidgets.git] / include / wx / bitmap.h
index d05b3949dba3d2fbfb2ad7801f780149b6c3729d..9e6f11f984dd5ffe6a72c95549451458fb3dc3e3 100644 (file)
@@ -32,9 +32,10 @@ class WXDLLEXPORT wxImage;
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
 class WXDLLEXPORT wxMask;
 class WXDLLEXPORT wxPalette;
 
-#if !defined(__WXMSW__)
-
+#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
+
 // ----------------------------------------------------------------------------
 // wxBitmapHandler: class which knows how to create/load/save bitmaps in
 // different formats
 // ----------------------------------------------------------------------------
 // wxBitmapHandler: class which knows how to create/load/save bitmaps in
 // different formats