diff options
author | Slávek Banko <[email protected]> | 2019-04-22 20:57:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-23 20:48:39 +0200 |
commit | 2a50894a436559785a7e0f6f65dde13b0082572c (patch) | |
tree | 560491aa8af08f16cb61cf8815aca8b5100d9e1d /art_uta_rect.h | |
parent | 87237501c51b48ba3b802efbd47776bb7e410c2a (diff) | |
download | libart-lgpl-2a50894a436559785a7e0f6f65dde13b0082572c.tar.gz libart-lgpl-2a50894a436559785a7e0f6f65dde13b0082572c.zip |
Add support for GCC hidden visibility.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'art_uta_rect.h')
-rw-r--r-- | art_uta_rect.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_uta_rect.h b/art_uta_rect.h index d88d5aa..0c6756a 100644 --- a/art_uta_rect.h +++ b/art_uta_rect.h @@ -21,9 +21,11 @@ #define __ART_UTA_RECT_H__ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_rect.h" #include "art_uta.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_rect.h> #include <libart_lgpl/art_uta.h> #endif @@ -32,7 +34,7 @@ extern "C" { #endif /* __cplusplus */ -ArtUta * +LIBART_EXPORT ArtUta * art_uta_from_irect (ArtIRect *bbox); #ifdef __cplusplus |