diff --git a/setup.h_vms b/setup.h_vms index 5a105ddc39..b59cfdc612 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -324,7 +324,11 @@ #define wxUSE_STATTEXT 1 #define wxUSE_STATBMP 1 #define wxUSE_TEXTCTRL 1 +#if defined (__WXMOTIF__) || defined( __WXGTK__ ) #define wxUSE_TOGGLEBTN 1 +#else +#define wxUSE_TOGGLEBTN 0 +#endif #define wxUSE_TREECTRL 1 #define wxUSE_STATUSBAR 1