[PD-cvs] pd/src s_inter.c,1.1.1.3.2.14,1.1.1.3.2.15 s_entry.c,1.1.1.2,1.1.1.2.2.1

carmen rocco ix9 at users.sourceforge.net
Tue Sep 7 21:24:29 CEST 2004


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

Modified Files:
      Tag: devel_0_37
	s_inter.c s_entry.c 
Log Message:
searchpath fix


Index: s_inter.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v
retrieving revision 1.1.1.3.2.14
retrieving revision 1.1.1.3.2.15
diff -C2 -d -r1.1.1.3.2.14 -r1.1.1.3.2.15
*** s_inter.c	25 May 2004 10:08:21 -0000	1.1.1.3.2.14
--- s_inter.c	7 Sep 2004 19:24:17 -0000	1.1.1.3.2.15
***************
*** 54,58 ****
  
  #ifndef WISHAPP
! #define WISHAPP "wish83.exe"
  #endif
  
--- 54,58 ----
  
  #ifndef WISHAPP
! #define WISHAPP "wish85.exe"
  #endif
  
***************
*** 934,938 ****
      	sys_bashfilename(wishbuf, wishbuf);
      	
!      	spawnret = _spawnl(P_NOWAIT, wishbuf, WISHAPP, scriptbuf, portbuf, 0);
      	if (spawnret < 0)
      	{
--- 934,938 ----
      	sys_bashfilename(wishbuf, wishbuf);
      	
!      	spawnret = _spawnlp(P_NOWAIT, WISHAPP, WISHAPP, scriptbuf, portbuf, 0);
      	if (spawnret < 0)
      	{

Index: s_entry.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_entry.c,v
retrieving revision 1.1.1.2
retrieving revision 1.1.1.2.2.1
diff -C2 -d -r1.1.1.2 -r1.1.1.2.2.1
*** s_entry.c	9 May 2003 16:03:44 -0000	1.1.1.2
--- s_entry.c	7 Sep 2004 19:24:27 -0000	1.1.1.2.2.1
***************
*** 10,16 ****
      		PVECTORED_EXCEPTION_HANDLER VectoredHandler ); */
  
! #ifdef MSW
  #if 0
! #incldue "winbase.h"
  
  LONG NTAPI VectoredExceptionHandler(void *PEXCEPTION_POINTERS)
--- 10,16 ----
      		PVECTORED_EXCEPTION_HANDLER VectoredHandler ); */
  
! #if defined(MSW) && !defined (__GNUC__)
  #if 0
! #include "winbase.h"
  
  LONG NTAPI VectoredExceptionHandler(void *PEXCEPTION_POINTERS)





More information about the Pd-cvs mailing list