updated setup.h for OpenVMS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2012-08-23 13:43:18 +00:00
parent 146b0f259e
commit c4921f7b3b

View File

@ -3,7 +3,7 @@
* Template for the set.h file for VMS * * Template for the set.h file for VMS *
* Created from setup.h_in * * Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * * Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 29 June 2012 * * Date : 23 August 2012 *
* * * *
*****************************************************************************/ *****************************************************************************/
@ -83,6 +83,10 @@
/* Define this if your version of GTK+ is greater than 2.0 */ /* Define this if your version of GTK+ is greater than 2.0 */
#ifdef VMS_GTK2 #ifdef VMS_GTK2
/* Define this if your version of GTK+ is >= 3.0 */
#define __WXGTK3__ 1
#define __WXGTK20__ 1 #define __WXGTK20__ 1
/* Define this if your version of GTK+ is greater than 2.6 */ /* 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 #define wxUSE_DC_TRANSFORM_MATRIX 1
/*
* Use libnotify library.
*/
#define wxUSE_LIBNOTIFY 1
/* /*
* Use libXpm * Use libXpm
*/ */