VMS headers use __int64. I hack mine up with #ifdef __GNUC__ #ifndef __int64 #define __int64 long long #endif #endif It seems to me gcc should recognize __int64, at least on VMS and Win32 targets. - Jay
VMS headers use __int64. I hack mine up with #ifdef __GNUC__ #ifndef __int64 #define __int64 long long #endif #endif It seems to me gcc should recognize __int64, at least on VMS and Win32 targets. - Jay