X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/468e327aacdaf637eec393d2b5a838556d865a6c..0bc0cd5d8119c86b28760d1b18f6a08b98145979:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 8aa43dda8c..4a5422a4df 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -30,6 +30,12 @@ void WXDLLEXPORT wxExit(void); // Yield to other apps/messages bool WXDLLEXPORT wxYield(void); +extern MRESULT EXPENTRY wxWndProc( HWND + ,ULONG + ,MPARAM + ,MPARAM + ); + // Represents the application. Derive OnInit and declare // a new App object to start application class WXDLLEXPORT wxApp : public wxAppBase