updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / chibitracker / chibitracker-1.1-amd64.patch
blobddcad52c6907d96c87b7ba8b53b9ca490929950e
1 --- globals/config.h 2007-10-28 04:17:04.000000000 +0200
2 +++ globals/config.h 2007-12-04 23:26:59.000000000 +0200
3 @@ -14,6 +14,8 @@
4 #define CONFIG_H
6 #include <stddef.h>
7 +#include <stdint.h>
11 #define VERSION_MAJOR 1
12 @@ -78,8 +80,8 @@
13 typedef __int64 Uint64;
15 #else
16 -typedef signed long long Sint64;
17 -typedef unsigned long long Uint64;
18 +typedef int64_t Sint64;
19 +typedef uint64_t Uint64;
21 #endif
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
25 @@ -16,6 +16,7 @@
26 #include "sample_defs.h"
27 #include "mixer/sample_manager.h"
28 #include "mixer/reverb.h"
29 +#include "globals/config.h"
31 /**
32 @author Juan Linietsky