nasmint.h: add support for the MSVS < 2005 __int64 type
commit4b189f89d05cd62f7fc17e6ebcd011165f767a22
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 5 Oct 2016 00:59:20 +0000 (4 17:59 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 5 Oct 2016 01:09:01 +0000 (4 18:09 -0700)
tree15e91ec7adbe1aabdcb0c14625447ae2b7b55a1f
parent2024ae60d683dea2ee800e4b482ef840a510cf62
nasmint.h: add support for the MSVS < 2005 __int64 type

MSVS < 2005 doesn't have "long long", so use the MSVC-specific
__int64, I64, and ...[u]i64 constructs.  nasmint.h makes this easy
enough that it is worth doing.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
include/nasmint.h