From b314a5b4a87c2c84b77a801348b05c819a44ef7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 22 Apr 2019 20:57:31 +0200 Subject: Add support for GCC hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 2a50894a436559785a7e0f6f65dde13b0082572c) --- art_rect_svp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'art_rect_svp.h') diff --git a/art_rect_svp.h b/art_rect_svp.h index 622d88f..13f7954 100644 --- a/art_rect_svp.h +++ b/art_rect_svp.h @@ -23,8 +23,10 @@ /* Find the bounding box of a sorted vector path. */ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_svp.h" #else +#include #include #endif @@ -32,12 +34,12 @@ extern "C" { #endif /* __cplusplus */ -void +LIBART_EXPORT void art_drect_svp (ArtDRect *bbox, const ArtSVP *svp); /* Compute the bounding box of the svp and union it in to the existing bounding box. */ -void +LIBART_EXPORT void art_drect_svp_union (ArtDRect *bbox, const ArtSVP *svp); #ifdef __cplusplus -- cgit v1.2.1