projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
54356c7
)
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
patch
|
blob
|
blame
|
history
diff --git
a/win32/perllib.c
b/win32/perllib.c
index
36b19a3
..
fcf1bec
100644
(file)
--- 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;