From 1dae0c3b6fc14cbc261b68838b1b2f05aa4502e5 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 19 Sep 2012 11:28:12 +0000 Subject: [PATCH] Update setup.h for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.h_vms b/setup.h_vms index 8d1bc882ed..847e1d9f83 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 : 27 August 2012 * + * Date : 19 September 2012 * * * *****************************************************************************/ @@ -888,11 +888,14 @@ typedef pid_t GPid; /* * Use libnotify library. + * Use libnotify 0.7+ API. */ #ifdef VMS_GTK2 #define wxUSE_LIBNOTIFY 1 +#define wxUSE_LIBNOTIFY_0_7 1 #else #define wxUSE_LIBNOTIFY 0 +#define wxUSE_LIBNOTIFY_0_7 0 #endif /* * Use libXpm