summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/utf8proc/utf8proc.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/utf8proc/utf8proc.h')
-rw-r--r--3rdparty/utf8proc/utf8proc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/utf8proc/utf8proc.h b/3rdparty/utf8proc/utf8proc.h
index f95fbe803ac..371d39fd8b7 100644
--- a/3rdparty/utf8proc/utf8proc.h
+++ b/3rdparty/utf8proc/utf8proc.h
@@ -131,9 +131,13 @@ typedef bool utf8proc_bool;
# endif
# endif
#elif __GNUC__ >= 4
+# ifndef UTF8PROC_DLLEXPORT
# define UTF8PROC_DLLEXPORT __attribute__ ((visibility("default")))
+# endif
#else
+# ifndef UTF8PROC_DLLEXPORT
# define UTF8PROC_DLLEXPORT
+# endif
#endif
#ifdef __cplusplus