From 3797ca0ec632d6058234c1e047aa34e054ec5364 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 31 Dec 2010 14:35:06 +0100 Subject: libssh: Don't use the visibility flag on OS/2. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index ccd27620..5948f14b 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -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 -- cgit