Index: common.h =================================================================== RCS file: /cvsroot/mplayer/main/libfaad2/common.h,v retrieving revision 1.1 diff -u -r1.1 common.h --- common.h 30 Aug 2003 22:30:21 -0000 1.1 +++ common.h 2 Sep 2003 13:58:27 -0000 @@ -109,7 +109,7 @@ #if defined(_WIN32) - +#if 0 typedef unsigned __int64 uint64_t; typedef unsigned __int32 uint32_t; typedef unsigned __int16 uint16_t; @@ -118,6 +118,9 @@ typedef __int32 int32_t; typedef __int16 int16_t; typedef __int8 int8_t; +#else +#include +#endif typedef float float32_t;