Borland C++ uses __int64 too.

This commit is contained in:
Dabb 2000-07-05 14:31:12 +00:00
parent 54648f9a93
commit 298f23f2c7

View file

@ -143,7 +143,7 @@ void R_AddDynamicLights (msurface_t *surf)
float dist, f;
vec3_t impact, local;
// use 64bit integer... shame it's not very standardized...
#if _MSC_VER
#if _MSC_VER || __BORLANDC__
__int64 k;
#else
long long k;