From e857833a91531a8b31862f3f05599b6bfac14e4f Mon Sep 17 00:00:00 2001 From: bubnikv Date: Wed, 16 Nov 2016 13:19:48 +0100 Subject: [PATCH] Undef seed macro because of crazy perl macro substitutions. --- xs/src/xsinit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h index 59588791a6..6b50bc2e42 100644 --- a/xs/src/xsinit.h +++ b/xs/src/xsinit.h @@ -26,7 +26,6 @@ #undef socketpair #undef recvfrom #undef sendto -#undef seed // these need to be included early for Win32 (listing it in Build.PL is not enough) #include @@ -42,6 +41,7 @@ extern "C" { #undef do_open #undef do_close #undef bind +#undef seed #ifdef _MSC_VER // Undef some of the macros set by Perl , which cause compilation errors on Win32 #undef send