[PD-cvs] externals/zhzxh~ zhzxh~.c,1.1.1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Dec 12 02:57:44 CET 2005


Update of /cvsroot/pure-data/externals/zhzxh~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9750/zhzxh~

Modified Files:
	zhzxh~.c 
Log Message:
small fix for MinGW

Index: zhzxh~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zhzxh~/zhzxh~.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** zhzxh~.c	6 Oct 2002 05:07:03 -0000	1.1.1.1
--- zhzxh~.c	12 Dec 2005 01:57:42 -0000	1.2
***************
*** 18,22 ****
  #include "m_pd.h"
  
! #ifdef NT
  #pragma warning( disable : 4244 )
  #pragma warning( disable : 4305 )
--- 18,22 ----
  #include "m_pd.h"
  
! #ifdef _MSC_VER
  #pragma warning( disable : 4244 )
  #pragma warning( disable : 4305 )





More information about the Pd-cvs mailing list