diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-11 07:52:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-11 07:52:12 +0000 |
commit | 950514d8777570ee7f01dc54f192df5020eeacd6 (patch) | |
tree | be8215d66d10d000cf0dbaa2c9551309a690f357 /audio/mac/files/patch-src-Shared-NoWindows.h | |
parent | Add Turkish localized help (diff) |
Add mac, Monkey's Audio Codec which was recently released in source code.
It contain a library and an executable compressor/decompressor of .ape files.
Does not build under 4.x, we hit the wall with missing wcstol(). Working
patches would be welcomed.
PR: ports/70153
Submitted by: Martin Dieringer <Martin.Dieringer@t-online.de>
Notes
Notes:
svn path=/head/; revision=115895
Diffstat (limited to 'audio/mac/files/patch-src-Shared-NoWindows.h')
-rw-r--r-- | audio/mac/files/patch-src-Shared-NoWindows.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mac/files/patch-src-Shared-NoWindows.h b/audio/mac/files/patch-src-Shared-NoWindows.h new file mode 100644 index 000000000000..ca15ca2be98b --- /dev/null +++ b/audio/mac/files/patch-src-Shared-NoWindows.h @@ -0,0 +1,11 @@ +--- src/Shared/NoWindows.h.orig Wed May 12 09:00:17 2004 ++++ src/Shared/NoWindows.h Mon Aug 9 20:28:34 2004 +@@ -50,7 +50,7 @@ +
+ #include <locale.h>
+
+-#define _FPOSOFF(fp) ((long)(fp).__pos)
++#define _FPOSOFF(fp) ((long)(fp))
+ #define MAX_PATH 260
+
+ #ifndef _WAVEFORMATEX_
|