comparison src/gui.h @ 23408:bdda90ed5f6c v8.2.2247

patch 8.2.2247: VMS: various smaller problems Commit: https://github.com/vim/vim/commit/467676d468cb10db78d79d5bd2139ded9f70d26f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 30 13:14:45 2020 +0100 patch 8.2.2247: VMS: various smaller problems Problem: VMS: various smaller problems. Solution: Fix VMS building and other problems. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Dec 2020 13:15:05 +0100
parents 35921b7fc07a
children aade8ef975d5
comparison
equal deleted inserted replaced
23407:675b60086d83 23408:bdda90ed5f6c
22 # undef MAX 22 # undef MAX
23 # endif 23 # endif
24 # ifdef MIN 24 # ifdef MIN
25 # undef MIN 25 # undef MIN
26 # endif 26 # endif
27 # endif 27 # include "gui_gtk_vms.h"
28 # endif // VMS
28 # include <X11/Intrinsic.h> 29 # include <X11/Intrinsic.h>
29 # include <gtk/gtk.h> 30 # include <gtk/gtk.h>
30 #endif 31 #endif
31 32
32 #ifdef FEAT_GUI_HAIKU 33 #ifdef FEAT_GUI_HAIKU