summaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-30 13:14:45 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-30 13:14:45 +0100
commit467676d468cb10db78d79d5bd2139ded9f70d26f (patch)
tree6774f48d11ae06b628bbaee4f029114392172fea /src/os_unix.h
parent4d8c96d4668ac965d4e84b9676fba6d7efe62a32 (diff)
downloadvim-git-467676d468cb10db78d79d5bd2139ded9f70d26f.tar.gz
patch 8.2.2247: VMS: various smaller problemsv8.2.2247
Problem: VMS: various smaller problems. Solution: Fix VMS building and other problems. (Zoltan Arpadffy)
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h7
1 files changed, 4 insertions, 3 deletions
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 <libdef.h>
# include <libdtdef.h>
-# 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 <sys/file.h>