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:
@@ -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
|
||||
|
Reference in New Issue
Block a user