]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
Moving y pos transofrmation code to wxOS2::wxDC elimiantes need for some #ifdef __WXP...
[wxWidgets.git] / src / common / imagbmp.cpp
index 7caff9078edb052cf8f262be538ece27ed95b78b..9f92b3c8fc6505d6e8ea22194c6c6d8308af6529 100644 (file)
 #pragma hdrstop
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_IMAGE
+
 #include "wx/imagbmp.h"
 #include "wx/bitmap.h"
 #include "wx/debug.h"
@@ -546,4 +550,4 @@ bool wxBMPHandler::DoCanRead( wxInputStream& stream )
 
 #endif // wxUSE_STREAMS
 
-
+#endif // wxUSE_IMAGE