]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/iewin/wxactivex.cpp
undo last change
[wxWidgets.git] / wxPython / contrib / iewin / wxactivex.cpp
index 5196a9f6f6fbc52794cd0cedfac512f1816914e2..a77919344fbe3e61a2d9efca7e5cedb8416f909c 100644 (file)
@@ -1082,7 +1082,7 @@ void wxActiveX::OnMouse(wxMouseEvent& event)
 //     wxLogTrace(wxT("msg sent"));
 }
 
-long wxActiveX::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
+WXLRESULT wxActiveX::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
 {
        if (m_oleObjectHWND == NULL)
         return wxWindow::MSWWindowProc(nMsg, wParam, lParam);