updated setup.h for OpenVMS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2012-08-23 14:44:29 +00:00
parent c4921f7b3b
commit bc9d3d911c

View File

@ -873,17 +873,17 @@ typedef pid_t GPid;
* Use the Hildon 2.0 framework * Use the Hildon 2.0 framework
*/ */
#define wxUSE_LIBHILDON2 0 #define wxUSE_LIBHILDON2 0
/*
* Use libnotify library.
*/
#define wxUSE_LIBNOTIFY 0
#define wxUSE_DC_TRANSFORM_MATRIX 1 #define wxUSE_DC_TRANSFORM_MATRIX 1
/* /*
* Use libnotify library. * Use libnotify library.
*/ */
#ifdef VMS_GTK2
#define wxUSE_LIBNOTIFY 1 #define wxUSE_LIBNOTIFY 1
#else
#define wxUSE_LIBNOTIFY 0
#endif
/* /*
* Use libXpm * Use libXpm
*/ */