mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 07:49:03 +08:00
Fix for compilation on Strawberry Perl with C++11 enabled.
This commit is contained in:
parent
3a87ed9de9
commit
731fa437ba
@ -41,11 +41,11 @@ extern "C" {
|
|||||||
#include "ppport.h"
|
#include "ppport.h"
|
||||||
#undef do_open
|
#undef do_open
|
||||||
#undef do_close
|
#undef do_close
|
||||||
|
#undef bind
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// Undef some of the macros set by Perl <xsinit.h>, which cause compilation errors on Win32
|
// Undef some of the macros set by Perl <xsinit.h>, which cause compilation errors on Win32
|
||||||
#undef send
|
#undef send
|
||||||
#undef connect
|
#undef connect
|
||||||
#undef bind
|
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user