diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h index eafdf1522..79abc2f54 100644 --- a/xs/src/xsinit.h +++ b/xs/src/xsinit.h @@ -43,10 +43,14 @@ extern "C" { #undef do_close #undef bind #undef seed +#undef push +#undef pop #ifdef _MSC_VER // Undef some of the macros set by Perl , which cause compilation errors on Win32 - #undef send #undef connect + #undef seek + #undef send + #undef write #endif /* _MSC_VER */ } #endif