Undef seed macro because of crazy perl macro substitutions.
This commit is contained in:
parent
a36cc6491c
commit
e857833a91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue