Line 0
Link Here
|
|
|
1 |
--- src/audio.h.orig 2008-04-20 13:44:11.457927908 +0200 |
2 |
+++ src/audio.h 2008-04-20 13:45:31.343228414 +0200 |
3 |
@@ -53,6 +53,10 @@ |
4 |
namespace ost { |
5 |
#endif |
6 |
|
7 |
+#ifndef CCXX_CLASS_EXPORT |
8 |
+#define CCXX_CLASS_EXPORT __EXPORT |
9 |
+#endif |
10 |
+ |
11 |
#define AUDIO_SIGNED_LINEAR_RAW 1 |
12 |
#define AUDIO_LINEAR_CONVERSION 1 |
13 |
#define AUDIO_CODEC_MODULES 1 |