[PD-cvs] externals/cxc ENV.c,1.2,1.3

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Dec 18 19:56:24 CET 2005


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

Modified Files:
	ENV.c 
Log Message:
lots of MinGW fixes for RC6

Index: ENV.c
===================================================================
RCS file: /cvsroot/pure-data/externals/cxc/ENV.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ENV.c	1 Mar 2003 21:10:10 -0000	1.2
--- ENV.c	18 Dec 2005 18:56:21 -0000	1.3
***************
*** 6,9 ****
--- 6,13 ----
  #include <stdlib.h>
  
+ #ifdef _WIN32
+ #define setenv(a,b,c) _putenv(a)
+ #endif /* _WIN32 */
+ 
  #ifndef RAND_MAX
  #define RAND_MAX 2147483647





More information about the Pd-cvs mailing list