]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Warning fix.
[wxWidgets.git] / include / wx / defs.h
index 183929d0f3e4882d7d2fbc706548ff770cb435c1..b29297df86e04943773eea407d113082b6d33b18 100644 (file)
@@ -2873,7 +2873,10 @@ typedef GtkWidget *WXWidget;
 #ifdef __WXGTK20__
 #define G_DISABLE_DEPRECATED
 #define PANGO_DISABLE_DEPRECATED
-#define GTK_DISABLE_DEPRECATED
+#ifndef __VMS
+/* GtkCombo is not defined on VMS if this is defined */
+# define GTK_DISABLE_DEPRECATED
+#endif
 #endif
 
 #endif /*  __WXGTK__ */