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