]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dib.cpp
placeholder
[wxWidgets.git] / src / msw / dib.cpp
index 9aa457995aa5eed14c0754a7a2e28ad6dc2c2ef0..3b42e9c0f7089b16150897835572c5fca7adf54c 100644 (file)
@@ -35,6 +35,8 @@
     #include "wx/log.h"
 #endif //WX_PRECOMP
 
+#if wxUSE_WXDIB
+
 #include "wx/bitmap.h"
 #include "wx/intl.h"
 #include "wx/file.h"
@@ -606,3 +608,6 @@ bool wxDIB::Create(const wxImage& image)
 
 #endif // wxUSE_IMAGE
 
+#endif
+    // wxUSE_WXDIB
+