[PD-cvs] externals/iemlib/src/iem_mp3 sigmp3play.c,1.4,1.5

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Apr 26 22:54:29 CEST 2006


Update of /cvsroot/pure-data/externals/iemlib/src/iem_mp3
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20082

Modified Files:
	sigmp3play.c 
Log Message:
I put in the wrong MACRO before, used _MSC_VER (MSVC) when I should have used _WIN32

Index: sigmp3play.c
===================================================================
RCS file: /cvsroot/pure-data/externals/iemlib/src/iem_mp3/sigmp3play.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sigmp3play.c	11 Apr 2006 16:24:09 -0000	1.4
--- sigmp3play.c	26 Apr 2006 20:54:26 -0000	1.5
***************
*** 36,40 ****
  #include <math.h>
  
! #ifndef _MSC_VER
  #include <sys/signal.h>
  #include <unistd.h>
--- 36,40 ----
  #include <math.h>
  
! #ifndef _WIN32
  #include <sys/signal.h>
  #include <unistd.h>





More information about the Pd-cvs mailing list