diff src/proto.h @ 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 563c923b1584
children 05b88224cea1
line wrap: on
line diff
--- a/src/proto.h
+++ b/src/proto.h
@@ -211,9 +211,6 @@ extern int putenv(const char *string);		
 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