From: Jouk Jansen Date: Fri, 5 Nov 2004 08:04:38 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f81e1e966d691edfc36806575163316838a5745 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 --- diff --git a/setup.h_vms b/setup.h_vms index 220f2f15df..fc662c2163 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 */