mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-19 20:59:11 +08:00
WIP: Trying to fix Perl bindings on Windows.
This commit is contained in:
parent
ced3cc6e5c
commit
5c90a05091
@ -5,7 +5,7 @@
|
|||||||
// #include <libslic3r/GCodeSender.hpp>
|
// #include <libslic3r/GCodeSender.hpp>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
/* extern "C" { */
|
||||||
#endif
|
#endif
|
||||||
#include "EXTERN.h"
|
#include "EXTERN.h"
|
||||||
#include "perl.h"
|
#include "perl.h"
|
||||||
@ -14,7 +14,7 @@ extern "C" {
|
|||||||
#undef do_open
|
#undef do_open
|
||||||
#undef do_close
|
#undef do_close
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
/* } */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user