Fix for compilation on Strawberry Perl with C++11 enabled.
This commit is contained in:
parent
68e9ec0d41
commit
1589ffb224
1 changed files with 1 additions and 1 deletions
|
@ -40,11 +40,11 @@ extern "C" {
|
|||
#include "ppport.h"
|
||||
#undef do_open
|
||||
#undef do_close
|
||||
#undef bind
|
||||
#ifdef _MSC_VER
|
||||
// Undef some of the macros set by Perl <xsinit.h>, which cause compilation errors on Win32
|
||||
#undef send
|
||||
#undef connect
|
||||
#undef bind
|
||||
#endif /* _MSC_VER */
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue