]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
Minor additions to make working with binary buffers easier.
[wxWidgets.git] / include / wx / os2 / app.h
index 69974b6c55360406049b2a3dece9f6c8ce74c66c..d003b78ae9a7f16394ad609f98c85af991f46fc2 100644 (file)
@@ -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;
 };