summaryrefslogtreecommitdiffstats
path: root/src/if_mzsch.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-08 17:41:37 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-08 17:41:37 +0200
commit0ab35b279f9d64f32e99424166b047f90cb042d8 (patch)
tree8e076a67634c9afc9a3e74393c79b85df7f37222 /src/if_mzsch.c
parent4635e11c6bd63d8be90a2d9455802c6e7bde28f5 (diff)
patch 8.0.1182: cannot see or change mzscheme dll namev8.0.1182
Problem: Cannot see or change mzscheme dll name. Solution: Add 'mzschemedll' and 'mzschemegcdll'.
Diffstat (limited to 'src/if_mzsch.c')
-rw-r--r--src/if_mzsch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_mzsch.c b/src/if_mzsch.c
index c9c5969483..54474bd807 100644
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -757,7 +757,7 @@ mzscheme_runtime_link_init(char *sch_dll, char *gc_dll, int verbose)
mzscheme_enabled(int verbose)
{
return mzscheme_runtime_link_init(
- DYNAMIC_MZSCH_DLL, DYNAMIC_MZGC_DLL, verbose) == OK;
+ (char *)p_mzschemedll, (char *)p_mzschemegcdll, verbose) == OK;
}
static void