1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-05 01:02:39 +03:00

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 8e632b14d1
commit f46bf41813
2 changed files with 3 additions and 3 deletions

View File

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