Fixes for compilation on OpenVMS platforms

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2010-01-26 14:24:06 +00:00
parent 5cb3a695e0
commit 06b4070d7c
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
* Template for the set.h file for VMS * * Template for the set.h file for VMS *
* Created from setup.h_in * * Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * * 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 #define wxUSE_PROPGRID 1
#ifndef wxUSE_GRAPHICS_CONTEXT
#define wxUSE_GRAPHICS_CONTEXT 0 #define wxUSE_GRAPHICS_CONTEXT 0
#endif
#define wxUSE_CONTROLS 1 #define wxUSE_CONTROLS 1
@@ -1302,6 +1300,10 @@ typedef pid_t GPid;
#define wxHAS_RAW_BITMAP 1 #define wxHAS_RAW_BITMAP 1
#endif #endif
#ifdef VMS_GTK2
#define GSEAL(x) x
#endif
#define __VMS_BROKEN_TEMPLATES #define __VMS_BROKEN_TEMPLATES
#include <stdlib.h> #include <stdlib.h>

View File

@@ -11,6 +11,7 @@
#include <types.h> #include <types.h>
typedef pid_t GPid; typedef pid_t GPid;
#define G_GNUC_INTERNAL #define G_GNUC_INTERNAL
#define GSEAL(x) x
#endif #endif
#include "wx/gtk/treeentry_gtk.h" #include "wx/gtk/treeentry_gtk.h"