WIP: Trying to fix Perl bindings after VS2019 update.

This commit is contained in:
bubnikv 2020-06-26 20:40:33 +02:00
parent 53b6c93ceb
commit ced3cc6e5c

View File

@ -40,7 +40,7 @@
// #include <libslic3r.h>
#ifdef SLIC3RXS
extern "C" {
// extern "C" {
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
@ -88,7 +88,7 @@ extern "C" {
#undef Zero
#undef Packet
#undef _
}
// }
#endif
#include <ClipperUtils.hpp>