From 7f0c6629b9ec1ec1cf11dfbd4a6bba43d3cce9e2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 24 Dec 2009 15:41:45 -0800 Subject: Use a 64-bit value to scale potentially-large numbers --- Alc/ALu.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Alc/ALu.c') diff --git a/Alc/ALu.c b/Alc/ALu.c index c5f81987..cd71c4e8 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -37,17 +37,6 @@ #include "alu.h" #include "bs2b.h" -#if defined(HAVE_STDINT_H) -#include -typedef int64_t ALint64; -#elif defined(HAVE___INT64) -typedef __int64 ALint64; -#elif (SIZEOF_LONG == 8) -typedef long ALint64; -#elif (SIZEOF_LONG_LONG == 8) -typedef long long ALint64; -#endif - #define FRACTIONBITS 14 #define FRACTIONMASK ((1L<