]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagjpeg.cpp
If we used 10% less inline functions in useless occasions,
[wxWidgets.git] / src / common / imagjpeg.cpp
index 890985f9575ffe89aca57b815f33fa4bd5d62f40..b2e4447a024f58272d3c88b5d560e71246b44aa9 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_STREAMS && wxUSE_LIBJPEG
+#if wxUSE_LIBJPEG
 
 #include "wx/image.h"
 #include "wx/bitmap.h"
@@ -59,6 +59,8 @@ extern "C" {
 IMPLEMENT_DYNAMIC_CLASS(wxJPEGHandler,wxImageHandler)
 #endif
 
+#if wxUSE_STREAMS
+
 //------------- JPEG Data Source Manager
 
 typedef struct {
@@ -318,7 +320,9 @@ bool wxJPEGHandler::CanRead( wxInputStream& stream )
     return (hdr[0] == 0xFF && hdr[1] == 0xD8);
 }
 
-#endif   // wxUSE_STREAMS && wxUSE_LIBJPEG
+#endif   // wxUSE_STREAMS
+
+#endif   // wxUSE_LIBJPEG