From fa27956daf3ed287fbccaadb39dbeb9863b42902 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 6 Nov 2009 09:57:09 +0100 Subject: Improve MSVC support. Better binary compatibility. Patch by Patrick Spendrin from KDE. --- include/libssh/libssh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 9281e0c..483b5c3 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -54,7 +54,7 @@ typedef unsigned short uint16_t; typedef unsigned char uint8_t; typedef unsigned long long uint64_t; - typedef uint32_t mode_t; + typedef int mode_t; #else /* _MSC_VER */ #include #include -- cgit