1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

added build for older CLIB version.

This commit is contained in:
Guenter Knauf
2007-07-09 22:47:24 +00:00
parent a87fdff9e9
commit 4ec68bdc04
4 changed files with 387 additions and 359 deletions

View File

@@ -64,6 +64,11 @@ extern "C" {
# include <sys/uio.h>
#endif
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
# include <sys/bsdskt.h>
typedef unsigned int uint32_t;
#endif
#if defined(LIBSSH2_WIN32) && defined(_MSC_VER) && (_MSC_VER <= 1310)
typedef unsigned __int64 libssh2_uint64_t;
typedef __int64 libssh2_int64_t;