From f873b972170cfceb7c09be52085d537a4d03ea6d Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 27 Jun 2017 22:07:39 +0200 Subject: [PATCH] explicitly make exported functions visible --- inst/include/RcppCommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/include/RcppCommon.h b/inst/include/RcppCommon.h index ae389a829..252c5f840 100644 --- a/inst/include/RcppCommon.h +++ b/inst/include/RcppCommon.h @@ -126,7 +126,7 @@ namespace Rcpp { #include #include -#define RcppExport extern "C" +#define RcppExport extern "C" attribute_visible #include