[PD-cvs] pd/src m_pd.h,1.4.4.11.2.27,1.4.4.11.2.28

Mathieu Bouchard matju at users.sourceforge.net
Thu Nov 23 22:02:37 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8519

Modified Files:
      Tag: devel_0_39
	m_pd.h 
Log Message:
__CYGWIN__ causes UNISTD globally


Index: m_pd.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_pd.h,v
retrieving revision 1.4.4.11.2.27
retrieving revision 1.4.4.11.2.28
diff -C2 -d -r1.4.4.11.2.27 -r1.4.4.11.2.28
*** m_pd.h	2 Sep 2006 09:03:09 -0000	1.4.4.11.2.27
--- m_pd.h	23 Nov 2006 21:02:35 -0000	1.4.4.11.2.28
***************
*** 20,23 ****
--- 20,27 ----
  #endif
  
+ #ifdef __CYGWIN__
+ #define UNISTD
+ #endif
+ 
  #if defined(MSW) && !defined (__GNUC__)
  /* #pragma warning( disable : 4091 ) */





More information about the Pd-cvs mailing list