From 4133f484ae317909169ad8e1bc689d25cabd9a77 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 21 Sep 2009 12:23:15 +0200 Subject: Fixed building libssh with MSVC. Thanks to Carlo Segato for the patch. --- include/libssh/sftp.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libssh/sftp.h') diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index 9d3647b8..fd354600 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -61,9 +61,6 @@ extern "C" { typedef uint32_t gid_t; #endif /* gid_t */ #ifdef _MSC_VER -#ifndef mode_t - typedef uint32_t mode_t; -#endif /* mode_t */ #ifndef ssize_t typedef _W64 signed int ssize_t; #endif /* ssize_t */ -- cgit