This commit is contained in:
twinaphex
2020-12-20 03:46:42 +01:00
parent f4cf5dbfc9
commit 1a0eec1b17
2 changed files with 2 additions and 22 deletions

View File

@@ -69,7 +69,7 @@ extern "C" {
# endif
# endif
# else
# if defined(__GNUC__) && __GNUC__ >= 4 && !defined(__CELLOS_LV2__)
# if defined(__GNUC__) && __GNUC__ >= 4
# define RETRO_API RETRO_CALLCONV __attribute__((__visibility__("default")))
# else
# define RETRO_API RETRO_CALLCONV