summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makedef.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index f5325e8464..4b807a6ff8 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -114,6 +114,8 @@ if ($PLATFORM eq 'win32') {
if ($define{PERL_IMPLICIT_SYS}) {
output_symbol("perl_get_host_info");
output_symbol("perl_alloc_override");
+ }
+ if ($define{USE_ITHREADS}) {
output_symbol("perl_clone_host");
}
}