This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In embed.fnc the 'E' flag should imply 'X', but doesn't.
[perl5.git] / XSUB.h
diff --git a/XSUB.h b/XSUB.h
index 5334cfc..f23df37 100644 (file)
--- a/XSUB.h
+++ b/XSUB.h
@@ -478,6 +478,12 @@ Rethrows a previously caught exception.  See L<perlguts/"Exception Handling">.
 #      undef setservent
 #endif /* NETWARE */
 
+/* to avoid warnings: "xyz" redefined */
+#ifdef WIN32
+#    undef  popen
+#    undef  pclose
+#endif /* WIN32 */
+
 #    undef  socketpair
 
 #    define mkdir              PerlDir_mkdir