X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9bea227d4eda532f377dde715aab0a1efe98a7bb..94ac840b49616e27ef30da6824aba9ec5c8321e7:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index 5a105ddc39..11e8240f11 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -249,6 +249,8 @@ #define wxUSE_FS_INET 1 +#define wxUSE_ARCHIVE_STREAMS 1 + #define wxUSE_ZIPSTREAM 1 #define wxUSE_ZLIB 1 @@ -283,6 +285,8 @@ #define wxUSE_DIRECTSHOW 1 +#define wxUSE_GSTREAMER 0 + #define wxUSE_XRC 1 #if wxUSE_XRC @@ -324,7 +328,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