X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ed0fac8a854bf53ea942ba7d759519f0c681763..3f7bc32b539472f7aa577ffa140e287b0dc4c90d:/include/wx/os2/app.h?ds=sidebyside diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 69974b6c55..d003b78ae9 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -22,6 +22,7 @@ class WXDLLEXPORT wxKeyEvent; class WXDLLEXPORT wxLog; WXDLLEXPORT_DATA(extern wxApp*) wxTheApp; +WXDLLEXPORT_DATA(extern HAB) vHabmain; // Force an exit from main loop void WXDLLEXPORT wxExit(void); @@ -100,7 +101,6 @@ protected: DECLARE_EVENT_TABLE() private: - HAB m_vHab; HMQ m_hMq; QMSG m_vMsg; };