X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..2aaf17c2237b5799f9b8875996b93950a2679ad9:/include/wx/msw/frame.h?ds=inline diff --git a/include/wx/msw/frame.h b/include/wx/msw/frame.h index 21b6badf86..0680ada270 100644 --- a/include/wx/msw/frame.h +++ b/include/wx/msw/frame.h @@ -126,7 +126,7 @@ protected: bool MSWTranslateMessage(WXMSG* pMsg); // window proc for the frames - long MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam); + WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam); // handle WM_INITMENUPOPUP message bool HandleInitMenuPopup(WXHMENU hMenu);