From 553fa56442ec999960fda8c2842f692136d6ed1c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 7 Sep 2002 00:26:23 +0000 Subject: misc changes --- src/fixer.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/fixer.h') diff --git a/src/fixer.h b/src/fixer.h index c15e37e..df32540 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -75,7 +75,12 @@ typedef struct RECT typedef RECT RECT_AVP; +#if !defined(__INTEL_COMPILER) typedef int64_t __int64; +#else +typedef __int64 int64_t; +typedef unsigned __int64 uint64_t; +#endif typedef time_t FILETIME; -- cgit v1.3