1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

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
+1 -1
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