Archive Index
This month's Index
|
Subject: Re: [libssh2] [libssh2-cvs] jehousley: libssh2/include libssh2.h, 1.76, 1.77
Re: [libssh2] [libssh2-cvs] jehousley: libssh2/include libssh2.h, 1.76, 1.77
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 14 Jul 2007 22:04:36 +0200 (CEST)
On Sat, 14 Jul 2007, CVS commit messages for libssh2 wrote:
> For now make LIBSSH2_APINO a long, some compilers make constants an int it
[...]
> -#define LIBSSH2_APINO 200706151200
On current 32 bit systems, ints and longs are the same size: 32 bit.
2^32 is 4294967296, and this APINO define is almost 47 times larger...
-------------------------------------------------------------------------
|