summaryrefslogtreecommitdiff
path: root/win32/perllib.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/perllib.c')
-rw-r--r--win32/perllib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/perllib.c b/win32/perllib.c
index 36b19a3ad9..fcf1bec884 100644
--- a/win32/perllib.c
+++ b/win32/perllib.c
@@ -397,7 +397,7 @@ DllMain(HANDLE hModule, /* DLL module handle */
return TRUE;
}
-#ifdef USE_ITHREADS
+#if defined(USE_ITHREADS) && defined(PERL_IMPLICIT_SYS)
EXTERN_C PerlInterpreter *
perl_clone_host(PerlInterpreter* proto_perl, UV flags) {
dTHXo;