comparison src/gui_motif.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 41fbbcea0f1b
children cd5c83115ec6
comparison
equal deleted inserted replaced
15516:f9d855fe7971 15517:2ad5f0ffaa2e
32 32
33 #include <X11/keysym.h> 33 #include <X11/keysym.h>
34 #include <X11/Xatom.h> 34 #include <X11/Xatom.h>
35 #include <X11/StringDefs.h> 35 #include <X11/StringDefs.h>
36 #include <X11/Intrinsic.h> 36 #include <X11/Intrinsic.h>
37
38 #ifdef HAVE_X11_XPM_H 37 #ifdef HAVE_X11_XPM_H
39 # include <X11/xpm.h> 38 # if defined(VMS)
39 # include <xpm.h>
40 # else
41 # include <X11/xpm.h>
42 # endif
40 #else 43 #else
41 # ifdef HAVE_XM_XPMP_H 44 # ifdef HAVE_XM_XPMP_H
42 # include <Xm/XpmP.h> 45 # include <Xm/XpmP.h>
43 # endif 46 # endif
44 #endif 47 #endif