X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76990f630b4b1692e0aa423812e3e7bb29a8ce1e..67c8c225f469529d86afa1c4e817e96d97c22d18:/include/wx/os2/app.h diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 1a202d9937..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 @@ -99,7 +105,6 @@ protected: DECLARE_EVENT_TABLE() private: HMQ m_hMq; - QMSG m_vMsg; }; int WXDLLEXPORT wxEntry( int argc, char *argv[] );