From c17d222122379892195b13662561014073129b26 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 30 Jun 2000 12:40:57 +0000 Subject: [PATCH] Committing in . VMS/GTK update Modified Files: Tag: WX_2_2_BRANCH wxWindows/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.h_vms b/setup.h_vms index a760643f53..ecda510f73 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -70,6 +70,9 @@ /* Define this if your version of GTK+ is greater than 1.2 */ #define __WXGTK12__ 1 +/* Define this if your version of GTK+ is greater than 1.2.7 */ +#define __WXGTK127__ 1 + /* Define this if your version of GTK+ is greater than 1.3 */ #undef __WXGTK13__