30c30 < --- > #ifndef __INTEL_COMPILER 32,33d31 < typedef unsigned char __uint8; < 35,36d32 < typedef unsigned short __uint16; < 38,39d33 < typedef unsigned int __uint32; < 41c35,36 < typedef unsigned long long __uint64; --- > #endif /* __INTEL_COMPILER */ > 42a38,41 > typedef unsigned char __uint8; > typedef unsigned short __uint16; > typedef unsigned int __uint32; > typedef unsigned long long __uint64;