]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/app.h
wxHTML fixes
[wxWidgets.git] / include / wx / gtk1 / app.h
index 7b911ec302a946d5325a9aedcff06c3b037e3a18..9f25e6154518cfdf8a93ca491bd3f54e5ff52500 100644 (file)
@@ -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__