commit | 367fbf17dad7bfb65cef8a4a18147989516218f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 16:13:46 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 25 16:13:46 2015 +0200 |
tree | a2cf2fd0c87298f311aab6e9a6e6969dc88f79b8 | |
parent | 641e48c2248ccb3c25a5cdaa3709f16152d8c77d [diff] [blame] |
patch 7.4.756 Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak index 063282d..a6534c8 100644 --- a/src/Make_mvc.mak +++ b/src/Make_mvc.mak
@@ -874,7 +874,7 @@ !endif !endif -CFLAGS = $(CFLAGS) -DFEAT_PERL +CFLAGS = $(CFLAGS) -DFEAT_PERL -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS # Do we want to load Perl dynamically? !if "$(DYNAMIC_PERL)" == "yes"