libssh: Don't use the visibility flag on OS/2.

This commit is contained in:
Andreas Schneider
2010-12-31 14:35:06 +01:00
parent bfe59d0cdd
commit 3797ca0ec6
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
#endif
#endif
#else
#if __GNUC__ >= 4
#if __GNUC__ >= 4 && !defined(__OS2__)
#define LIBSSH_API __attribute__((visibility("default")))
#else
#define LIBSSH_API