curl_ntlm_core: Fixed use of long long for VC6 and VC7
authorSteve Holme <steve_holme@hotmail.com>
Sun, 4 May 2014 17:59:55 +0000 (18:59 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 4 May 2014 18:07:17 +0000 (19:07 +0100)
commit4febbedc5ab07ab2f9d6d7a056b1db6596cd51d2
tree4f31c20585347d535412a1065f859656bded2e1a
parent6ebc0d3bd8ccbedb664a917ff770e6f1e2540e30
curl_ntlm_core: Fixed use of long long for VC6 and VC7

Commit 07b66cbfa4 unfortunately broke native NTLM message support in
compilers, such as VC6, VC7 and others, that don't support long long
type declarations. This commit fixes VC6 and VC7 as they support the
__int64 extension, however, we should consider an additional fix for
other compilers that don't support this.
lib/curl_ntlm_core.c