diff --git a/setup.h_vms b/setup.h_vms index 18d982cc5b..4e227163b4 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -3,7 +3,7 @@ * Template for the set.h file for VMS * * Created from setup.h_in * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * - * Date : 23 October 2009 * + * Date : 26 January 2010 * * * *****************************************************************************/ @@ -340,9 +340,7 @@ typedef pid_t GPid; #define wxUSE_PROPGRID 1 -#ifndef wxUSE_GRAPHICS_CONTEXT #define wxUSE_GRAPHICS_CONTEXT 0 -#endif #define wxUSE_CONTROLS 1 @@ -1302,6 +1300,10 @@ typedef pid_t GPid; #define wxHAS_RAW_BITMAP 1 #endif +#ifdef VMS_GTK2 +#define GSEAL(x) x +#endif + #define __VMS_BROKEN_TEMPLATES #include diff --git a/src/gtk/treeentry_gtk.c b/src/gtk/treeentry_gtk.c index 610772cb0e..625a844608 100644 --- a/src/gtk/treeentry_gtk.c +++ b/src/gtk/treeentry_gtk.c @@ -11,6 +11,7 @@ #include typedef pid_t GPid; #define G_GNUC_INTERNAL +#define GSEAL(x) x #endif #include "wx/gtk/treeentry_gtk.h"