diff options
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
