--- /usr/local/src/MPlayer-1.0pre6a_build_gcc_clean/loader/wine/basetsd.h 2005-01-11 20:14:42.000000000 +0000 +++ basetsd.h 2005-01-11 20:12:04.000000000 +0000 @@ -28,6 +28,7 @@ /* Type model indepent typedefs */ +#ifndef __INTEL_COMPILER typedef char __int8; typedef unsigned char __uint8; @@ -39,7 +40,12 @@ typedef long long __int64; typedef unsigned long long __uint64; - +#else +typedef unsigned __int8 __uint8; +typedef unsigned __int16 __uint16; +typedef unsigned __int32 __uint32; +typedef unsigned __int64 __uint64; +#endif /* __INTEL_COMPILER */ #if defined(_WIN64) typedef __uint32 __ptr32;