0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1066: VIMDLL isn't actually used

Problem:    VIMDLL isn't actually used.
Solution:   Remove VIMDLL support.
This commit is contained in:
Bram Moolenaar
2019-03-28 22:43:16 +01:00
parent 47cf1cc257
commit 89828e9fe6
6 changed files with 7 additions and 164 deletions

View File

@@ -96,9 +96,6 @@ static char_u *start_dir = NULL; /* current working dir on startup */
static int has_dash_c_arg = FALSE;
int
# ifdef VIMDLL
_export
# endif
# ifdef FEAT_GUI_MSWIN
# ifdef __BORLANDC__
_cdecl