aboutsummaryrefslogtreecommitdiff
path: root/src/iem_mp3
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-26 20:54:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-26 20:54:26 +0000
commit8c0287ea91b042d5935311a045b4707c233689a2 (patch)
tree0f35a008af0a4c6e2f148746bb9bdbde505c99cd /src/iem_mp3
parentb29fabf6718d1ab1f9501221055eddcc35d98b8b (diff)
I put in the wrong MACRO before, used _MSC_VER (MSVC) when I should have used _WIN32
svn path=/trunk/externals/iemlib/; revision=5004
Diffstat (limited to 'src/iem_mp3')
-rw-r--r--src/iem_mp3/sigmp3play.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iem_mp3/sigmp3play.c b/src/iem_mp3/sigmp3play.c
index a79068c..e51cc07 100644
--- a/src/iem_mp3/sigmp3play.c
+++ b/src/iem_mp3/sigmp3play.c
@@ -35,7 +35,7 @@ iem_mp3 written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005
#include <fcntl.h>
#include <math.h>
-#ifndef _MSC_VER
+#ifndef _WIN32
#include <sys/signal.h>
#include <unistd.h>
#endif