0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.1.1104: MS-Windows: not all environment variables can be used

Problem:    MS-Windows: not all environment variables can be used.
Solution:   Use the wide version of WinMain() and main(). (Ken Takata,
            closes #4206)
This commit is contained in:
Bram Moolenaar
2019-04-03 20:31:00 +02:00
parent 0eb035c974
commit 796cc42d3a
6 changed files with 24 additions and 18 deletions

View File

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