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 */