summaryrefslogtreecommitdiff
path: root/src/os_w32exe.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-16 18:05:50 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-16 18:05:50 +0100
commit286eacd3f6631e985089176fb1dff1bcf1a1d6b5 (patch)
tree83ec0d2a894f0d35985906dc1c3e04de10a3c9d4 /src/os_w32exe.c
parent9bbf63dbf8286fadc0cd6b3428010abb67b1b64d (diff)
downloadvim-git-286eacd3f6631e985089176fb1dff1bcf1a1d6b5.tar.gz
patch 7.4.1106v7.4.1106
Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
Diffstat (limited to 'src/os_w32exe.c')
-rw-r--r--src/os_w32exe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_w32exe.c b/src/os_w32exe.c
index 93a13899c..d8fa2bffc 100644
--- a/src/os_w32exe.c
+++ b/src/os_w32exe.c
@@ -69,7 +69,7 @@ WinMain(
#ifdef DYNAMIC_GETTEXT
/* Initialize gettext library */
- dyn_libintl_init(NULL);
+ dyn_libintl_init();
#endif
#ifdef VIMDLL