From 467676d468cb10db78d79d5bd2139ded9f70d26f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 30 Dec 2020 13:14:45 +0100 Subject: patch 8.2.2247: VMS: various smaller problems Problem: VMS: various smaller problems. Solution: Fix VMS building and other problems. (Zoltan Arpadffy) --- src/os_unix.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/os_unix.h') diff --git a/src/os_unix.h b/src/os_unix.h index 9b7337ac1..46f4bba01 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -199,10 +199,11 @@ # include # include -# ifdef FEAT_GUI_GTK -# include "gui_gtk_vms.h" +# if defined(FEAT_GUI_MOTIF) +# define XFree XFREE +# define XmRepTypeInstallTearOffModelCon XMREPTYPEINSTALLTEAROFFMODELCON # endif -#endif +#endif // VMS #ifdef HAVE_FLOCK # include -- cgit v1.2.1