WIP: Trying to fix Perl bindings on Windows.

This commit is contained in:
bubnikv 2020-06-26 21:26:17 +02:00
parent ced3cc6e5c
commit 5c90a05091

View File

@ -5,7 +5,7 @@
// #include <libslic3r/GCodeSender.hpp>
#ifdef __cplusplus
extern "C" {
/* extern "C" { */
#endif
#include "EXTERN.h"
#include "perl.h"
@ -14,7 +14,7 @@ extern "C" {
#undef do_open
#undef do_close
#ifdef __cplusplus
}
/* } */
#endif
#ifdef _WIN32