diff --git a/include/libssh2.h b/include/libssh2.h index 6012cab9..b56a56ec 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -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