From 5f81e1e966d691edfc36806575163316838a5745 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 5 Nov 2004 08:04:38 +0000 Subject: [PATCH] Committing in . Another update of the configurations for OpenVMS Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.h_vms b/setup.h_vms index 220f2f1..fc662c2 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -565,7 +565,12 @@ /* * Use this control */ +#ifndef __WXX11__ #define wxUSE_TOGGLEBTN 1 +#else +#define wxUSE_TOGGLEBTN 0 +#endif + /* * Use Tab dialog class - obsolete, use wxNotebook instead */ -- 2.7.4