mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 18:51:11 -06:00
Upgrade Boost to 1.66 on Windows
This commit is contained in:
parent
7b449a5361
commit
e8d63f3eb1
10 changed files with 25 additions and 16 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <ostream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <libslic3r.h>
|
||||
// #include <libslic3r.h>
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
extern "C" {
|
||||
|
|
@ -68,12 +68,19 @@ extern "C" {
|
|||
#undef fputc
|
||||
#undef fwrite
|
||||
#undef fclose
|
||||
#undef sleep
|
||||
#undef test
|
||||
#undef accept
|
||||
#undef wait
|
||||
|
||||
// Breaks compilation with Eigen matrices embedded into Slic3r::Point.
|
||||
#undef malloc
|
||||
#undef realloc
|
||||
#undef free
|
||||
#undef select
|
||||
|
||||
// Because of TBB
|
||||
#define _WIN32_WINNT 0x0502
|
||||
#endif /* _MSC_VER */
|
||||
#undef Zero
|
||||
#undef Packet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue