X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33ac7e6f01acbac1cff0ad400d8ea7f0bfd0a62f..66080691b195b1b338a21c8887323b2e073d6028:/src/msw/control.cpp diff --git a/src/msw/control.cpp b/src/msw/control.cpp index fd82221246..689ed8f972 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -224,9 +224,16 @@ void wxControl::OnEraseBackground(wxEraseEvent& event) } WXHBRUSH wxControl::OnCtlColor(WXHDC pDC, WXHWND WXUNUSED(pWnd), WXUINT WXUNUSED(nCtlColor), +#if wxUSE_CTL3D + WXUINT message, + WXWPARAM wParam, + WXLPARAM lParam +#else WXUINT WXUNUSED(message), WXWPARAM WXUNUSED(wParam), - WXLPARAM WXUNUSED(lParam)) + WXLPARAM WXUNUSED(lParam) +#endif + ) { #if wxUSE_CTL3D if ( m_useCtl3D )