mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
Added more conditionals around #define's of UTF8PROC_DLLEXPORT
This commit is contained in:
parent
123ccb1790
commit
d863b6e90b
4
3rdparty/utf8proc/utf8proc.h
vendored
4
3rdparty/utf8proc/utf8proc.h
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user