Fix u64int ifdef statement
This commit is contained in:
parent
d1ae5a501f
commit
d4677dba5b
@ -58,7 +58,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if _MSC_VER < 1300
|
#if defined(LIBSSH2_WIN32) && _MSC_VER < 1300
|
||||||
typedef unsigned __int64 libssh2_uint64_t;
|
typedef unsigned __int64 libssh2_uint64_t;
|
||||||
typedef __int64 libssh2_int64_t;
|
typedef __int64 libssh2_int64_t;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user