From c4921f7b3bdec45dc270d03a986407a91e3dc6f3 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 23 Aug 2012 13:43:18 +0000 Subject: [PATCH] updated setup.h for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 20560d56a1..ef26a4c63e 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 : 29 June 2012 * + * Date : 23 August 2012 * * * *****************************************************************************/ @@ -83,6 +83,10 @@ /* Define this if your version of GTK+ is greater than 2.0 */ #ifdef VMS_GTK2 + +/* Define this if your version of GTK+ is >= 3.0 */ +#define __WXGTK3__ 1 + #define __WXGTK20__ 1 /* Define this if your version of GTK+ is greater than 2.6 */ @@ -876,6 +880,10 @@ typedef pid_t GPid; #define wxUSE_DC_TRANSFORM_MATRIX 1 +/* + * Use libnotify library. + */ +#define wxUSE_LIBNOTIFY 1 /* * Use libXpm */