X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/738f9e5a12b8bb3936cc10347be98390602d3660..40bd6154f1476dbe598c60b4760bbf2fe0d9ab0f:/include/wx/gtk1/app.h diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index 58083583f8..7b911ec302 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -59,9 +59,6 @@ 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. @@ -85,4 +82,14 @@ private: DECLARE_EVENT_TABLE() }; +#ifdef __VMS + +extern "C" + { + extern guint vms_gtk_major_version(void); + extern guint vms_gtk_minor_version(void); + extern guint vms_gtk_micro_version(void); + } +#endif + #endif // __GTKAPPH__