Mercurial > vim
comparison src/eval.c @ 8163:d8a8e86f39ad v7.4.1375
commit https://github.com/vim/vim/commit/e89ff0472bc33779583d48e8d38a5e794d05613a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 20 22:17:05 2016 +0100
patch 7.4.1375
Problem: Still some Win16 code.
Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 20 Feb 2016 22:30:05 +0100 |
parents | 74b44d06d3c7 |
children | 973686665238 |
comparison
equal
deleted
inserted
replaced
8162:75020792758c | 8163:d8a8e86f39ad |
---|---|
13490 "gui_motif", | 13490 "gui_motif", |
13491 #endif | 13491 #endif |
13492 #ifdef FEAT_GUI_PHOTON | 13492 #ifdef FEAT_GUI_PHOTON |
13493 "gui_photon", | 13493 "gui_photon", |
13494 #endif | 13494 #endif |
13495 #ifdef FEAT_GUI_W16 | |
13496 "gui_win16", | |
13497 #endif | |
13498 #ifdef FEAT_GUI_W32 | 13495 #ifdef FEAT_GUI_W32 |
13499 "gui_win32", | 13496 "gui_win32", |
13500 #endif | 13497 #endif |
13501 #ifdef FEAT_HANGULIN | 13498 #ifdef FEAT_HANGULIN |
13502 "hangul_input", | 13499 "hangul_input", |