X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27df579a6fee15c771a6020ec856dff64422151f..5f4cd605aa4bb463999693b04ee3cd42eb6ec8c3:/include/wx/gtk1/app.h diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index 7b911ec302..9f25e61545 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -74,7 +74,7 @@ public: unsigned char *m_colorCube; private: - /// Set to TRUE while we are in wxYield(). + // Set to TRUE while we are in wxYield(). bool m_suppressIdleEvents; private: @@ -82,14 +82,6 @@ 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 +int WXDLLEXPORT wxEntry( int argc, char *argv[] ); #endif // __GTKAPPH__