comparison src/gui_xmebw.c @ 15517:2ad5f0ffaa2e v8.1.0766

patch 8.1.0766: various problems when using Vim on VMS commit https://github.com/vim/vim/commit/88c86eb751de9e7e410b405084d35b32fafc2a24 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 17:13:30 2019 +0100 patch 8.1.0766: various problems when using Vim on VMS Problem: Various problems when using Vim on VMS. Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 17:15:06 +0100
parents 6e4e0d43b20b
children e1f4e9d78a6a
comparison
equal deleted inserted replaced
15516:f9d855fe7971 15517:2ad5f0ffaa2e
33 # include <Xm/Manager.h> 33 # include <Xm/Manager.h>
34 # include <Xm/UnhighlightT.h> 34 # include <Xm/UnhighlightT.h>
35 # include <Xm/XpmP.h> 35 # include <Xm/XpmP.h>
36 # define UNHIGHLIGHTT 36 # define UNHIGHLIGHTT
37 #else 37 #else
38 # include <X11/xpm.h> 38 # ifdef HAVE_X11_XPM_H
39 # ifdef VMS
40 # include <xpm.h>
41 # else
42 # include <X11/xpm.h>
43 # endif
44 # endif
39 #endif 45 #endif
40 #include <Xm/ManagerP.h> 46 #include <Xm/ManagerP.h>
41 #include <Xm/Display.h> 47 #include <Xm/Display.h>
42 #include <Xm/DisplayP.h> 48 #include <Xm/DisplayP.h>
43 49