mirror of
https://github.com/libssh2/libssh2.git
synced 2025-08-07 08:02:56 +03:00
be nice to msvc 6
This commit is contained in:
@@ -82,7 +82,7 @@ struct _LIBSSH2_SFTP_ATTRIBUTES {
|
||||
*/
|
||||
unsigned long flags;
|
||||
|
||||
unsigned long long filesize;
|
||||
libssh2_uint64_t filesize;
|
||||
unsigned long uid, gid;
|
||||
unsigned long permissions;
|
||||
unsigned long atime, mtime;
|
||||
|
Reference in New Issue
Block a user