From ced3cc6e5cb19c2359ff9424cecc87e0bc3a7609 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Fri, 26 Jun 2020 20:40:33 +0200 Subject: [PATCH] WIP: Trying to fix Perl bindings after VS2019 update. --- xs/src/xsinit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h index f14e1262dc..2082dfb883 100644 --- a/xs/src/xsinit.h +++ b/xs/src/xsinit.h @@ -40,7 +40,7 @@ // #include #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