--- /usr/local/src/MPlayer-1.0pre6a_build_gcc_clean/loader/wine/basetsd.h 2005-01-10 21:58:03.000000000 +0000 +++ basetsd.h 2005-01-10 21:47:02.000000000 +0000 @@ -27,19 +27,18 @@ */ /* Type model indepent typedefs */ - +#ifndef __INTEL_COMPILER typedef char __int8; -typedef unsigned char __uint8; - typedef short __int16; -typedef unsigned short __uint16; - typedef int __int32; -typedef unsigned int __uint32; - typedef long long __int64; -typedef unsigned long long __uint64; +#endif /* __INTEL_COMPILER */ + +typedef unsigned __int8 __uint8; +typedef unsigned __int16 __uint16; +typedef unsigned __int32 __uint32; +typedef unsigned __int64 __uint64; #if defined(_WIN64) typedef __uint32 __ptr32;