comparison src/winclip.c @ 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 33ba2adb6065
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
8139:2b0d471e04f7 8140:563c923b1584
11 * winclip.c 11 * winclip.c
12 * 12 *
13 * Routines common to both Win16 and Win32 for clipboard handling. 13 * Routines common to both Win16 and Win32 for clipboard handling.
14 * Also used by Cygwin, using os_unix.c. 14 * Also used by Cygwin, using os_unix.c.
15 */ 15 */
16
17 #ifdef WIN16
18 # ifdef __BORLANDC__
19 # pragma warn -par
20 # pragma warn -ucp
21 # pragma warn -use
22 # pragma warn -aus
23 # endif
24 #endif
25 16
26 #include "vimio.h" 17 #include "vimio.h"
27 #include "vim.h" 18 #include "vim.h"
28 19
29 /* 20 /*