diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-04-22 20:57:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-23 20:48:39 +0200 |
commit | 2a50894a436559785a7e0f6f65dde13b0082572c (patch) | |
tree | 560491aa8af08f16cb61cf8815aca8b5100d9e1d /art_svp_vpath.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 <slavek.banko@axis.cz>
Diffstat (limited to 'art_svp_vpath.h')
-rw-r--r-- | art_svp_vpath.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/art_svp_vpath.h b/art_svp_vpath.h index ef52bb8..8da4eee 100644 --- a/art_svp_vpath.h +++ b/art_svp_vpath.h @@ -21,9 +21,11 @@ #define __ART_SVP_VPATH_H__ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_svp.h" #include "art_vpath.h" #else +#include <libart_lgpl/art_config.h> #include <libart_lgpl/art_svp.h> #include <libart_lgpl/art_vpath.h> #endif @@ -34,7 +36,7 @@ extern "C" { #endif /* __cplusplus */ -ArtSVP * +LIBART_EXPORT ArtSVP * art_svp_from_vpath (ArtVpath *vpath); #ifdef __cplusplus |