]> git.saurik.com Git - wxWidgets.git/commitdiff
updated setup.h for OpenVMS
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 23 Aug 2012 14:44:29 +0000 (14:44 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 23 Aug 2012 14:44:29 +0000 (14:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms

index ef26a4c63e7f3b23f924f880713f5f396a94581c..4a9e2fa0e61da0cef6864d0818061ee25192a2bd 100644 (file)
@@ -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
  */