aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-09-21 20:22:10 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit13f280fddcbb8ce0016f91179df481b5fa7840c8 (patch)
tree2267a705cb667cfe780c525627f2ea727e79c38b
parentd07ca5863be9e0ec4c60aae3b4f6023ec027cb71 (diff)
commited patko's Windows fix
svn path=/trunk/externals/unauthorized/; revision=15335
-rw-r--r--mp3amp~.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mp3amp~.c b/mp3amp~.c
index 46fcbf9..72bf1fe 100644
--- a/mp3amp~.c
+++ b/mp3amp~.c
@@ -40,6 +40,9 @@
#include "mpglib.h" /* mpglib decoding library from lame 3.92 */
#include "interface.h" /* mpglib decoding library from lame 3.92 */
#ifdef _WIN32
+#if !defined(__OBJC__) && !defined(__GNU_LIBOBJC__) && !defined(__objc_INCLUDE_GNU)
+#define BOOL WINBOOL
+#endif
#include <winsock.h>
#include <winbase.h>
#include <io.h>