1
1

another trial to fix the typedefs.

Этот коммит содержится в:
Guenter Knauf 2007-07-16 22:05:30 +00:00
родитель 138b1b3830
Коммит 669e69966a

Просмотреть файл

@ -69,7 +69,7 @@ extern "C" {
typedef unsigned int uint32_t;
#endif
#if defined(LIBSSH2_WIN32) && defined(_MSC_VER) && (_MSC_VER <= 1310)
#if defined(LIBSSH2_WIN32) && defined(_MSC_VER) && (_MSC_VER <= 1400)
typedef unsigned __int64 libssh2_uint64_t;
typedef __int64 libssh2_int64_t;
typedef long ssize_t;