]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
wxInputConsumer
[wxWidgets.git] / src / msw / statbmp.cpp
index 11b4cd07912ee88d301c839804745270cfd584b1..f51c590ce6900871319c77fb04b736557d9f4724 100644 (file)
@@ -28,6 +28,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_STATBMP
+
 #include "wx/window.h"
 #include "wx/msw/private.h"
 
@@ -270,3 +272,4 @@ long wxStaticBitmap::MSWWindowProc(WXUINT nMsg,
     return wxWindow::MSWWindowProc(nMsg, wParam, lParam);
 }
 
+#endif // wxUSE_STATBMP