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

(-)file_not_specified_in_diff (-3 / +5 lines)
Line  Link Here
0
-- globals/config.h    2007-10-28 04:17:04.000000000 +0200
0
++ globals/config.h    2007-12-04 23:26:59.000000000 +0200
Lines 14-19 Link Here
14
#define CONFIG_H
14
#define CONFIG_H
15
#include <stddef.h>
15
#include <stddef.h>
16
#include <stdint.h>
17
16
#define VERSION_MAJOR 1
18
#define VERSION_MAJOR 1
Lines 78-85 Link Here
78
typedef __int64 Uint64;
80
typedef __int64 Uint64;
79
#else
81
#else
80
typedef signed long long Sint64;
82
typedef int64_t Sint64;
81
typedef unsigned long long Uint64;
83
typedef uint64_t Uint64;
82
#endif
84
#endif
(-)mixer/mixer_soft.h (+1 lines)
Lines 16-21 Link Here
16
#include "sample_defs.h"
16
#include "sample_defs.h"
17
#include "mixer/sample_manager.h"
17
#include "mixer/sample_manager.h"
18
#include "mixer/reverb.h"
18
#include "mixer/reverb.h"
19
#include "globals/config.h"
19
/**
20
/**
20
@author Juan Linietsky
21
@author Juan Linietsky

Return to bug 201286