For now make LIBSSH2_APINO a long, some compilers make constants an int it
seems.
Этот коммит содержится в:
родитель
4ec68bdc04
Коммит
14881b2370
@ -1,3 +1,8 @@
|
||||
2007-07-12 James Housley <jim@thehousleys.net>
|
||||
* Mikhail Gusarov suggested make LIBSSH2_APINO a LONG since
|
||||
there seems to be some pre-processors that assume constants are
|
||||
INT instead of LONG.
|
||||
|
||||
2007-07-05 James Housley <jim@thehousleys.net>
|
||||
* Gavrie Philipson sumitted a patch to get the actual text
|
||||
of the error on scp upload.
|
||||
|
@ -80,7 +80,7 @@ typedef long long libssh2_int64_t;
|
||||
#endif
|
||||
|
||||
#define LIBSSH2_VERSION "0.16-CVS"
|
||||
#define LIBSSH2_APINO 200706151200
|
||||
#define LIBSSH2_APINO 200706151200L
|
||||
|
||||
/* Part of every banner, user specified or not */
|
||||
#define LIBSSH2_SSH_BANNER "SSH-2.0-libssh2_" LIBSSH2_VERSION
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user