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

removed INT64_C define (#260)

No longer used.
This commit is contained in:
Will Cosgrove
2018-08-09 09:51:32 -07:00
committed by GitHub
parent dd1b8be51a
commit 525c1973cf

View File

@@ -146,11 +146,6 @@ typedef unsigned long long libssh2_uint64_t;
typedef long long libssh2_int64_t;
#endif
#ifndef INT64_C
#define INT64_C(x) x ## I64
#endif
#ifdef WIN32
typedef SOCKET libssh2_socket_t;
#define LIBSSH2_INVALID_SOCKET INVALID_SOCKET