git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6737
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual bool ProcessMessage(WXMSG* pMsg);
void DeletePendingObjects(void);
bool ProcessIdle(void);
-#if wxUSE_THREADS
- void ProcessPendingEvents(void);
-#endif
public:
int m_nCmdShow;
}
} // end of wxWakeUpIdle
-HINSTANCE wxGetInstance()
+HAB wxGetInstance()
{
- return wxhInstance;
+ return vHabmain;
}
-void wxSetInstance(HINSTANCE hInst)
+void wxSetInstance(
+ HAB vHab
+)
{
- wxhInstance = hInst;
+ vHabmain = vHab;
}