[PD-cvs] externals/ext13 m_pd.h,1.1.1.1,1.2

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Nov 14 22:36:03 CET 2005


Update of /cvsroot/pure-data/externals/ext13
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3309

Modified Files:
	m_pd.h 
Log Message:
these pragmas are only used for MSVC, not MinGW or Cygwin, therefore changing the define from NT to _MSC_VER

Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/externals/ext13/m_pd.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** m_pd.h	9 Jul 2002 12:41:49 -0000	1.1.1.1
--- m_pd.h	14 Nov 2005 21:36:01 -0000	1.2
***************
*** 7,11 ****
  #endif
  
! #ifdef NT
  // #pragma warning( disable : 4091 ) 
  #pragma warning( disable : 4305 )  /* uncast const double to float */
--- 7,11 ----
  #endif
  
! #ifdef _MSC_VER
  // #pragma warning( disable : 4091 ) 
  #pragma warning( disable : 4305 )  /* uncast const double to float */





More information about the Pd-cvs mailing list