diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-02-20 22:17:05 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-02-20 22:17:05 +0100 |
commit | e89ff0472bc33779583d48e8d38a5e794d05613a (patch) | |
tree | cbd3bdeaf7114fb086a895bc3bf83e6619ea3346 /src/proto.h | |
parent | af7559f66603075e9b4d39d873b2161ea3ec8492 (diff) | |
download | vim-git-e89ff0472bc33779583d48e8d38a5e794d05613a.tar.gz |
patch 7.4.1375v7.4.1375
Problem: Still some Win16 code.
Solution: Remove FEAT_GUI_W16.(Hirohito Higashi)
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h index a7b7838eb..843d422d1 100644 --- a/src/proto.h +++ b/src/proto.h @@ -211,9 +211,6 @@ extern int putenv(const char *string); /* from pty.c */ extern char_u *vimpty_getenv(const char_u *string); /* from pty.c */ # endif # endif -# ifdef FEAT_GUI_W16 -# include "gui_w16.pro" -# endif # ifdef FEAT_GUI_W32 # include "gui_w32.pro" # endif |