aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index d1c1b3bd..77af7897 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -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