1 --- globals/config.h 2007-10-28 04:17:04.000000000 +0200
2 +++ globals/config.h 2007-12-04 23:26:59.000000000 +0200
11 #define VERSION_MAJOR 1
13 typedef __int64 Uint64;
16 -typedef signed long long Sint64;
17 -typedef unsigned long long Uint64;
18 +typedef int64_t Sint64;
19 +typedef uint64_t Uint64;
23 --- mixer/mixer_soft.h 2007-10-28 04:17:06.000000000 +0200
24 +++ mixer/mixer_soft.h 2007-12-04 23:29:52.000000000 +0200
26 #include "sample_defs.h"
27 #include "mixer/sample_manager.h"
28 #include "mixer/reverb.h"
29 +#include "globals/config.h"
32 @author Juan Linietsky