X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/071a2d78147df569d57b1ef138ab126a586b594d..43b5058d590c7acf58e5f75ec015e717d03830a2:/src/gtk/filedlg.cpp?ds=sidebyside diff --git a/src/gtk/filedlg.cpp b/src/gtk/filedlg.cpp index c1c2c6f3e8..558746b221 100644 --- a/src/gtk/filedlg.cpp +++ b/src/gtk/filedlg.cpp @@ -16,6 +16,10 @@ #include "wx/intl.h" #include "wx/generic/msgdlgg.h" + +#ifdef __VMS__ +#define gtk_file_selection_hide_fileop_buttons gtk_file_selection_hide_fileop_ +#endif #include //-----------------------------------------------------------------------------