perl_clone_host() needs PERL_IMPLICIT_SYS.
Jarkko Hietaniemi [Tue, 26 Jun 2001 19:10:19 +0000 (19:10 +0000)]
p4raw-id: //depot/perl@10970

win32/perllib.c

index 36b19a3..fcf1bec 100644 (file)
@@ -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;