diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-07-30 09:25:41 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-07-30 10:31:11 +0200 |
commit | 7a432775f1bcf680c1c77e101ddbc405fb6a70da (patch) | |
tree | 1062d6ce74b9fb85a6c00396d5ef163e6aeba826 /src/adlmidi_private.hpp | |
parent | 7184785f1e4a4b3d64e0c4a0f4800e0355a99bb9 (diff) | |
download | libADLMIDI-7a432775f1bcf680c1c77e101ddbc405fb6a70da.tar.gz libADLMIDI-7a432775f1bcf680c1c77e101ddbc405fb6a70da.tar.bz2 libADLMIDI-7a432775f1bcf680c1c77e101ddbc405fb6a70da.zip |
hide private symbols
Diffstat (limited to 'src/adlmidi_private.hpp')
-rw-r--r-- | src/adlmidi_private.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_private.hpp b/src/adlmidi_private.hpp index 9687023..eee73ac 100644 --- a/src/adlmidi_private.hpp +++ b/src/adlmidi_private.hpp @@ -28,7 +28,7 @@ #ifndef ADLMIDI_EXPORT # if defined (_WIN32) && defined(ADLMIDI_BUILD_DLL) # define ADLMIDI_EXPORT __declspec(dllexport) -# elif defined (LIBADLMIDI_VISIBILITY) +# elif defined (LIBADLMIDI_VISIBILITY) && defined (__GNUC__) # define ADLMIDI_EXPORT __attribute__((visibility ("default"))) # else # define ADLMIDI_EXPORT |