aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>