diff src/main.c @ 16123:a246b020984c v8.1.1066

patch 8.1.1066: VIMDLL isn't actually used commit https://github.com/vim/vim/commit/89828e9fe6de4d70e0e2ccd3c711bd26632c26a9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 28 22:43:16 2019 +0100 patch 8.1.1066: VIMDLL isn't actually used Problem: VIMDLL isn't actually used. Solution: Remove VIMDLL support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Mar 2019 22:45:04 +0100
parents 7fad90423bd2
children b0e19f135e50
line wrap: on
line diff
--- a/src/main.c
+++ b/src/main.c
@@ -96,9 +96,6 @@ static char_u *start_dir = NULL;	/* curr
 static int has_dash_c_arg = FALSE;
 
     int
-# ifdef VIMDLL
-_export
-# endif
 # ifdef FEAT_GUI_MSWIN
 #  ifdef __BORLANDC__
 _cdecl