]> git.saurik.com Git - wxWidgets.git/commitdiff
revoke OpenVMS dependend part of r67326
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 11 Apr 2011 09:36:56 +0000 (09:36 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 11 Apr 2011 09:36:56 +0000 (09:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/treeentry_gtk.c

index a9aed08458f0b6fadf729e5aa18a649b3c682d88..e652f83231112176dbfde0a88f5fb2e57cdf59a3 100644 (file)
@@ -9,6 +9,9 @@
 
 #ifdef __VMS
 #include <types.h>
+typedef pid_t GPid;
+#define G_GNUC_INTERNAL 
+#define GSEAL(x) x
 #endif
 
 #include "wx/gtk/treeentry_gtk.h"