commit | 972c3b8f1b50e2f887a397c324af99eb354aad0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 21:44:49 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 21:44:49 2017 +0100 |
tree | d830bec1d8553a493f1c24b09a84c99a45bf0c78 | |
parent | b8f7bd68f6fdff51ca4db5b145dcde42ee7b804b [diff] [blame] |
patch 8.0.0175: setting language on MS-Windows does not always work Problem: Setting language in gvim on MS-Windows does not work when libintl.dll is dynamically linked with msvcrt.dll. Solution: Use putenv() from libintl as well. (Ken Takata, closes #1082)
diff --git a/src/version.c b/src/version.c index 36f79b1..d4f2dfc 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 175, +/**/ 174, /**/ 173,