From 669e69966a506e664d865cf6c1c149ab9053c16a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 16 Jul 2007 22:05:30 +0000 Subject: [PATCH] another trial to fix the typedefs. --- include/libssh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh2.h b/include/libssh2.h index cffd240a..6c07dfce 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -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;