Index: vc++/inttypes.h =================================================================== --- vc++/inttypes.h (revision 20) +++ vc++/inttypes.h (working copy) @@ -1,13 +1,11 @@ typedef signed char int8_t; typedef signed short int16_t; typedef signed int int32_t; -#ifdef ARCH_X86 -typedef signed long long int64_t; -#endif +typedef signed __int64 int64_t; +typedef signed int intptr_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; -#ifdef ARCH_X86 -typedef unsigned long long uint64_t; -#endif +typedef unsigned __int64 uint64_t; +typedef unsigned int uintptr_t; \ No newline at end of file Index: vc++/libao.dsp =================================================================== --- vc++/libao.dsp (revision 20) +++ vc++/libao.dsp (working copy) @@ -125,7 +125,7 @@ # End Source File # Begin Source File -SOURCE=..\libao\float2s16.c +SOURCE=..\libao\convert2s16.c # End Source File # End Group # Begin Group "Header Files"