commit | 796cc42d3a4fc7a940da87831a111eeb6b7a5cf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 03 20:31:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 03 20:31:00 2019 +0200 |
tree | 475eb4004310f0ce6d7753237656053e7349072b | |
parent | 0eb035c974c47e65d32439b48e5a056b370ad429 [diff] [blame] |
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)
diff --git a/src/main.c b/src/main.c index 3041df9..a07ce1b 100644 --- a/src/main.c +++ b/src/main.c
@@ -96,7 +96,7 @@ static int has_dash_c_arg = FALSE; int -# ifdef FEAT_GUI_MSWIN +# ifdef MSWIN # ifdef __BORLANDC__ _cdecl # endif