diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-11-06 09:57:09 +0100 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-11-06 09:57:09 +0100 |
commit | fa27956daf3ed287fbccaadb39dbeb9863b42902 (patch) | |
tree | b4fb99acef77a286a9a23c4e5ff2dfaf697fe9b0 /include/libssh/libssh.h | |
parent | ab0d8a3828bfac12c343f29e90207cb8f6ba0a5d (diff) | |
download | libssh-fa27956daf3ed287fbccaadb39dbeb9863b42902.tar.gz libssh-fa27956daf3ed287fbccaadb39dbeb9863b42902.tar.xz libssh-fa27956daf3ed287fbccaadb39dbeb9863b42902.zip |
Improve MSVC support. Better binary compatibility.
Patch by Patrick Spendrin from KDE.
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> #include <inttypes.h> |