diff options
Diffstat (limited to 'include/AL/alc.h')
-rw-r--r-- | include/AL/alc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/AL/alc.h b/include/AL/alc.h index dac94615..a7e82188 100644 --- a/include/AL/alc.h +++ b/include/AL/alc.h @@ -14,7 +14,7 @@ extern "C" { #endif #else #if defined(AL_BUILD_LIBRARY) && defined(HAVE_GCC_VISIBILITY) - #define ALC_API __attribute__((visibility("default"))) + #define ALC_API __attribute__((visibility("protected"))) #else #define ALC_API extern #endif |