mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-28 05:42:01 +08:00
Fixed compilation of XS modules by undefinig the "seed" macro
redefined crazily by Perl.
This commit is contained in:
parent
1589ffb224
commit
a36cc6491c
@ -26,6 +26,7 @@
|
|||||||
#undef socketpair
|
#undef socketpair
|
||||||
#undef recvfrom
|
#undef recvfrom
|
||||||
#undef sendto
|
#undef sendto
|
||||||
|
#undef seed
|
||||||
|
|
||||||
// these need to be included early for Win32 (listing it in Build.PL is not enough)
|
// these need to be included early for Win32 (listing it in Build.PL is not enough)
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user