comparison src/proto.h @ 8140:563c923b1584 v7.4.1364

commit https://github.com/vim/vim/commit/cf7164a088664961e7d70dd100c5874dc5ceb293 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 13:55:06 2016 +0100 patch 7.4.1364 Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 14:00:06 +0100
parents cfed0e9f0ca2
children d8a8e86f39ad
comparison
equal deleted inserted replaced
8139:2b0d471e04f7 8140:563c923b1584
36 # include "os_amiga.pro" 36 # include "os_amiga.pro"
37 # endif 37 # endif
38 # if defined(UNIX) || defined(__EMX__) || defined(VMS) 38 # if defined(UNIX) || defined(__EMX__) || defined(VMS)
39 # include "os_unix.pro" 39 # include "os_unix.pro"
40 # endif 40 # endif
41 # if defined(MSDOS) || defined(WIN16) 41 # if defined(MSDOS)
42 # include "os_msdos.pro" 42 # include "os_msdos.pro"
43 # endif
44 # ifdef WIN16
45 typedef LPSTR LPWSTR;
46 typedef LPCSTR LPCWSTR;
47 typedef int LPBOOL;
48 # include "os_win16.pro"
49 # include "os_mswin.pro"
50 # include "winclip.pro"
51 # endif 43 # endif
52 # ifdef WIN3264 44 # ifdef WIN3264
53 # include "os_win32.pro" 45 # include "os_win32.pro"
54 # include "os_mswin.pro" 46 # include "os_mswin.pro"
55 # include "winclip.pro" 47 # include "winclip.pro"