Undef seed macro because of crazy perl macro substitutions.

This commit is contained in:
bubnikv 2016-11-16 13:19:48 +01:00
parent a36cc6491c
commit e857833a91

View file

@ -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 <ostream>
@ -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 <xsinit.h>, which cause compilation errors on Win32
#undef send