From bc9d3d911cfb51f612a699d7fb00f57eb5b2097c Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 23 Aug 2012 14:44:29 +0000 Subject: [PATCH] updated setup.h for OpenVMS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index ef26a4c63e..4a9e2fa0e6 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -873,17 +873,17 @@ typedef pid_t GPid; * Use the Hildon 2.0 framework */ #define wxUSE_LIBHILDON2 0 -/* - * Use libnotify library. - */ -#define wxUSE_LIBNOTIFY 0 #define wxUSE_DC_TRANSFORM_MATRIX 1 /* * Use libnotify library. */ +#ifdef VMS_GTK2 #define wxUSE_LIBNOTIFY 1 +#else +#define wxUSE_LIBNOTIFY 0 +#endif /* * Use libXpm */