]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / msw / app.h
index e319a318a19e7e6f42c83928388703c042628d47..c5cbcfcd066a5747e5829d7fc4c045c4907a0f7f 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/defs.h"
 #include "wx/object.h"
+#include "wx/event.h"
 
 class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxWindow;
@@ -143,6 +144,9 @@ public:
   virtual bool ProcessMessage(WXMSG* pMsg);
   void DeletePendingObjects();
   bool ProcessIdle();
+#if wxUSE_THREADS
+  void ProcessPendingEvents();
+#endif
   int GetComCtl32Version() const;
 
 public: