no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e893cd66dc
commit
76990f630b
@ -89,9 +89,6 @@ public:
|
||||
virtual bool ProcessMessage(WXMSG* pMsg);
|
||||
void DeletePendingObjects(void);
|
||||
bool ProcessIdle(void);
|
||||
#if wxUSE_THREADS
|
||||
void ProcessPendingEvents(void);
|
||||
#endif
|
||||
|
||||
public:
|
||||
int m_nCmdShow;
|
||||
|
@ -975,13 +975,15 @@ void wxWakeUpIdle()
|
||||
}
|
||||
} // end of wxWakeUpIdle
|
||||
|
||||
HINSTANCE wxGetInstance()
|
||||
HAB wxGetInstance()
|
||||
{
|
||||
return wxhInstance;
|
||||
return vHabmain;
|
||||
}
|
||||
|
||||
void wxSetInstance(HINSTANCE hInst)
|
||||
void wxSetInstance(
|
||||
HAB vHab
|
||||
)
|
||||
{
|
||||
wxhInstance = hInst;
|
||||
vHabmain = vHab;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user