repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
audio
/
audacity
/
patches
/
patch-src_AudioIO.cpp
blob
4ddcba3f2478d662e7afb175cc447a4854df70e0
1
---
src
/
AudioIO
.
cpp
.
orig
2006
-
11
-
15 05
:
12
:
10.000000000
+
0100
2
+++
src
/
AudioIO
.
cpp
2012
-
01
-
15 19
:
16
:
58.001721823
+
0100
3
@@
-
25
,
6
+
25
,
10
@@
4
#include <math.h>
5
#include <stdlib.h>
6
7
+
#ifdef __sun
8
+
#include <alloca.h>
9
+
#endif
10
+
11
#ifdef __WXMSW__
12
#include <malloc.h>
13
#endif