summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-17 22:30:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-17 22:30:30 +0000
commit32e30700cf966bf527dceb0482a205346d2d955f (patch)
treea5b4102b6616576066873d7e95800c248982bb4b /XSUB.h
parenta7ec2b44b6a6713a67d2b7d1975eb72a28c1caf5 (diff)
downloadperl-32e30700cf966bf527dceb0482a205346d2d955f.tar.gz
support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
windows p4raw-id: //depot/perl@4402
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index ae746a6925..c2e621cc9a 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -128,7 +128,7 @@
# define aTHX_ aTHX,
#endif
-#if defined(PERL_CAPI)
+#if (defined(PERL_CAPI) || defined(PERL_IMPLICIT_SYS)) && !defined(PERL_CORE)
# ifndef NO_XSLOCKS
# undef closedir
# undef opendir