Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 646188
Collapse All | Expand All

(-)a/ttaenc.h (-2 / +3 lines)
Lines 41-46 Link Here
41
#include <sys/types.h>
41
#include <sys/types.h>
42
#include <sys/stat.h>
42
#include <sys/stat.h>
43
#include <unistd.h>
43
#include <unistd.h>
44
#include <stdint.h>
44
#endif
45
#endif
45
46
46
#ifdef _MSC
47
#ifdef _MSC
Lines 101-108 Link Here
101
typedef unsigned __int32 uint32;
102
typedef unsigned __int32 uint32;
102
typedef unsigned __int64 uint64;
103
typedef unsigned __int64 uint64;
103
#else
104
#else
104
typedef __uint32_t uint32;
105
typedef uint32_t uint32;
105
typedef __uint64_t uint64;
106
typedef uint64_t uint64;
106
#endif
107
#endif
107
108
108
#define PREDICTOR1(x, k)	((int)((((uint64)x << k) - x) >> k))
109
#define PREDICTOR1(x, k)	((int)((((uint64)x << k) - x) >> k))

Return to bug 646188