X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..7ee2fd4f1ab2f6b5bdad21ac237e5669861fa3ac:/include/wx/msw/frame.h?ds=sidebyside 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);