]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
added xpm
[wxWidgets.git] / src / msw / control.cpp
index 656d3f45c284c6b88d3b0326b77f3c5a3a9188c2..fd82221246087afa56984d9b2a196b6826d40218 100644 (file)
@@ -24,6 +24,7 @@
 #include "wx/event.h"
 #include "wx/app.h"
 #include "wx/dcclient.h"
+#include "wx/log.h"
 #endif
 
 #include "wx/control.h"
@@ -222,10 +223,10 @@ void wxControl::OnEraseBackground(wxEraseEvent& event)
     ::SetMapMode(hdc, mode);
 }
 
-WXHBRUSH wxControl::OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-                               WXUINT message,
-                               WXWPARAM wParam,
-                               WXLPARAM lParam)
+WXHBRUSH wxControl::OnCtlColor(WXHDC pDC, WXHWND WXUNUSED(pWnd), WXUINT WXUNUSED(nCtlColor),
+                               WXUINT WXUNUSED(message),
+                               WXWPARAM WXUNUSED(wParam),
+                               WXLPARAM WXUNUSED(lParam))
 {
 #if wxUSE_CTL3D
     if ( m_useCtl3D )