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

setup.h_vms

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