Corrected wxImage for use with mono wxBitmaps,

Corrected compilation of wxApp without threads (untested).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-10-18 08:51:23 +00:00
parent d90895ac11
commit c6d73ef67d
4 changed files with 24 additions and 10 deletions

View File

@@ -59,9 +59,7 @@ public:
static void CleanUp();
bool ProcessIdle();
#if wxUSE_THREADS
void ProcessPendingEvents();
#endif
void DeletePendingObjects();
// This can be used to suppress the generation of Idle events.