comparison 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
comparison
equal deleted inserted replaced
16122:af719c41b341 16123:a246b020984c
94 static char_u *start_dir = NULL; /* current working dir on startup */ 94 static char_u *start_dir = NULL; /* current working dir on startup */
95 95
96 static int has_dash_c_arg = FALSE; 96 static int has_dash_c_arg = FALSE;
97 97
98 int 98 int
99 # ifdef VIMDLL
100 _export
101 # endif
102 # ifdef FEAT_GUI_MSWIN 99 # ifdef FEAT_GUI_MSWIN
103 # ifdef __BORLANDC__ 100 # ifdef __BORLANDC__
104 _cdecl 101 _cdecl
105 # endif 102 # endif
106 VimMain 103 VimMain